Dice game engine written in Python
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
added suggestion from ChatGPT on possible ways to structure for networked multiplayer
bd25ea1View on GitHubadded test suggestions for suggested properties and methods that could be added later on
36460a3View on GitHubadded some suggested die, dice, rollmanager methods and properties
abd1b3cView on GitHubimplemented freeze functionality and supporting tests
19acf2eView on GitHubremoved unecessary functions for refactoring; added todo.md to track ideas; began re-implementation of freeze logic for dice internal to the dice class
1de4afdView on GitHubfollowing best practice of defining main func in external function then calling within ifnameequalsmain
4ae1287View on GitHubadded a basic dice engine example; fleshed out some help text to work on project while learning
a7998acView on GitHub