Colin McMillen mcmillen
mcmillen pushed to main at semicolin/sneak 2020-11-20 16:19:10 -05:00
5d9a7205a1 add autofire (with a cooldown); don't shoot a plethora of shots at once
mcmillen pushed to main at semicolin/sneak 2020-11-19 19:38:55 -05:00
ed3dd73493 add debug toasts & more shots at once
mcmillen pushed to main at semicolin/sneak 2020-11-19 18:53:20 -05:00
18f80f8a70 lots pewpews, in rotating colors
mcmillen pushed to main at semicolin/sneak 2020-11-19 17:55:45 -05:00
db01dcea28 generate Shots on user input & reap them once offscreen
057292c138 separate letterboxColor from backgroundColor.
Compare 2 commits »
mcmillen pushed to main at semicolin/sneak 2020-11-19 17:27:04 -05:00
3c08579ed9 add some shots (pew pew pew)
6fed3acdda add ProfilingList.RemoveAll()
Compare 2 commits »
mcmillen pushed to main at semicolin/sneak 2020-11-19 17:04:03 -05:00
5732d60047 add projectiles to Textures
7695f45cc0 clamp player movement to world
Compare 2 commits »
mcmillen pushed to main at semicolin/sneak 2020-11-19 15:26:16 -05:00
bdfe5555b8 add more ship textures
mcmillen pushed to main at semicolin/sneak 2020-11-19 14:45:43 -05:00
7b9147d901 Input: flip y-motion to match our usual coordinates (top left is (0, 0))
fd4bf85d1c add basic shmup game
Compare 2 commits »
mcmillen pushed to main at mcmillen/euler 2020-11-18 18:32:42 -05:00
b5df60b5f8 remove WriteLine
mcmillen pushed to main at mcmillen/euler 2020-11-18 18:31:22 -05:00
e7faccb57d solve problem 10
mcmillen pushed to main at mcmillen/euler 2020-11-18 18:23:33 -05:00
261511f44c solve problem 9
mcmillen pushed to main at mcmillen/euler 2020-11-18 18:14:00 -05:00
09ddcab5a4 solve problem 8
mcmillen pushed to main at mcmillen/euler 2020-11-18 17:59:19 -05:00
1283c803b8 convert tabs to spaces & run dos2unix
mcmillen pushed to main at mcmillen/euler 2020-11-18 17:55:24 -05:00
2d24bc7a89 Update README.md
mcmillen pushed to main at mcmillen/euler 2020-11-18 17:52:28 -05:00
db4d18fa80 Add xunit tests.
mcmillen pushed to main at semicolin/sneak 2020-11-18 16:08:22 -05:00
980f940a34 prefix results with 'lint.py' so that it's obvious where they're coming from
mcmillen pushed to main at semicolin/sneak 2020-11-18 14:03:41 -05:00
f10e0a689f migrate all tests to xunit
mcmillen pushed to main at semicolin/sneak 2020-11-18 12:09:02 -05:00
829b9df78e lint fixes for TreeScene.
mcmillen pushed to main at semicolin/sneak 2020-11-18 11:59:44 -05:00
b15a376244 SharedTests: depend on MonoGame 3.8
mcmillen pushed to main at semicolin/sneak 2020-11-18 11:42:42 -05:00
fef060f09a SoundEffects.Load(): go back to returning void instead of bool