This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
BuGS
Watch
1
Star
0
Fork
0
You've already forked BuGS
mirror of
https://github.com/jeremysrand/BuGS.git
synced
2025-02-06 21:30:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
BuGS
/
BuGS.xcodeproj
History
Jeremy Rand
a1b4013e1c
Hook up the score. Shooting fleas, spiders, scorpions or segments will increase the score. We track the score in two ways. One is just as a 32-bit unsigned integer for doing numeric comparisons on the score (say to the high score list to be implemented in the future) and secondly as a series of numeric digits displayed in a tile. Both are updated.
2020-10-13 23:24:15 -04:00
..
project.xcworkspace
Initial Commit
2020-06-10 21:47:00 -04:00
xcshareddata
/xcschemes
Add the code to add head segments once the centipede reaches the bottom of the screen.
2020-10-08 23:59:34 -04:00
xcuserdata/jrand.xcuserdatad
/xcschemes
Start adding the infrastructure for levels and score.
2020-10-13 00:09:37 -04:00
project.pbxproj
Hook up the score. Shooting fleas, spiders, scorpions or segments will increase the score. We track the score in two ways. One is just as a 32-bit unsigned integer for doing numeric comparisons on the score (say to the high score list to be implemented in the future) and secondly as a series of numeric digits displayed in a tile. Both are updated.
2020-10-13 23:24:15 -04:00