Y
Hacker News
new
|
ask
|
show
|
jobs
by
ezekg
1066 days ago
Very cool. Can you point me to the main game loop? I usually start from there when reading source code for games, but I'm having trouble finding yours. Probably just my inexperience, but any links would be great.
1 comments
frfl
1064 days ago
The entry point into the game logic appears to be here in the Android side of things
https://github.com/Mknsri/HockeySlam/blob/main/android/app/s...
link