By AlSweigart
via inventwithpython.com
Published: Nov 22 2012 / 08:20
I've made a simulator for the dice game "Zombie Dice". You can write your own bots (in Python) to play Zombie Dice against other bots, and the simulator comes with a few basic bots. Pretty fun if you're looking for programming practice. (Also, there's a script that provides a web ui by running an HTTP server on your machine. You can take a look at the code if you're interested in making similar offline-web-app programs in Python.)
Add your comment