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-01-30 19:37:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
BuGS
/
BuGS.xcodeproj
History
Jeremy Rand
a7d1db68e2
Add the code to add head segments once the centipede reaches the bottom of the screen.
2020-10-08 23:59:34 -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
Add the ability to shoot centipede segments.
2020-10-02 14:50:14 -04:00
project.pbxproj
Add some global data to have a bit mask of tiles which contain a centipede segment. This will allow the update code to figure out if centipede segments are colliding and if so, change direction. Still need to write some codegen for this global constant data rather than building it at runtime in C.
2020-09-20 22:22:58 -04:00