Hockey simulation (Mostly)
Find a file
2024-08-15 14:20:08 -04:00
Rinks/Graphs implemented default rink graph 2022-01-11 12:29:18 -05:00
.gitattributes Add .gitignore and .gitattributes. 2022-01-02 12:07:45 -05:00
.gitignore ignored new env 2024-08-14 15:34:08 -04:00
attributes.py adjusted Attr equality 2024-08-14 11:51:41 -04:00
db.py Got twitter bot working, have player attribute responses 2022-01-08 00:00:22 -05:00
game.py implemented random action selection 2024-08-15 14:20:08 -04:00
hocTests.py resumed work; adjusted player string generation 2022-07-30 19:26:33 -07:00
hocUtils.py implemented random action selection 2024-08-15 14:20:08 -04:00
LICENSE.md Create LICENSE.md 2022-01-08 11:20:31 -05:00
player.py implemented random action selection 2024-08-15 14:20:08 -04:00
README.md Create README.md 2022-01-08 11:19:20 -05:00
SimHoc.py Finished state machine version 1 2024-08-14 21:10:18 -04:00
SimHoc.pyproj Finished state machine version 1 2024-08-14 21:10:18 -04:00
SimHoc.sln Add project files. 2022-01-02 12:07:55 -05:00
skillContests.py implemented random action selection 2024-08-15 14:20:08 -04:00
team.py adjusted some zhings for new game.py functionality 2024-08-14 20:53:35 -04:00

NSHL

Hockey simulation (Mostly)

The goal is for this project to simulate hockey games with custom players and teams. Team information, game updates, and tournament information will all be posted to twitter.

It's extremely under construction.