Hockey simulation (Mostly)
Find a file
2022-01-11 13:50:54 -05: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 Got twitter bot working, have player attribute responses 2022-01-08 00:00:22 -05:00
attributes.py Implemented basic action matrix, set weights to initial values 2022-01-09 16:11:34 -05:00
db.py Got twitter bot working, have player attribute responses 2022-01-08 00:00:22 -05:00
game.py faceoffs and functioning test game 2022-01-11 13:50:01 -05:00
hocTests.py faceoffs and functioning test game 2022-01-11 13:50:01 -05:00
hocUtils.py faceoffs and functioning test game 2022-01-11 13:50:01 -05:00
LICENSE.md Create LICENSE.md 2022-01-08 11:20:31 -05:00
player.py added some bones to players and teams 2022-01-11 13:50:16 -05:00
README.md Create README.md 2022-01-08 11:19:20 -05:00
SimHoc.py continued testing shenanigans 2022-01-11 13:50:30 -05:00
SimHoc.pyproj implemented default rink graph 2022-01-11 12:29:18 -05:00
SimHoc.sln Add project files. 2022-01-02 12:07:55 -05:00
skillContests.py adjusted skill contest params to allow for easier manual construction 2022-01-11 13:50:54 -05:00
team.py added some bones to players and teams 2022-01-11 13:50:16 -05:00
twitHandler.py Got twitter bot working, have player attribute responses 2022-01-08 00:00:22 -05: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.