Colin McMillen mcmillen
mcmillen pushed to main at mcmillen/adventofcode 2020-12-01 13:08:15 -05:00
d4f34eb07c more concise ReadInts()
mcmillen pushed to main at mcmillen/adventofcode 2020-12-01 11:05:12 -05:00
4071a75516 read input from file instead of hard-coding
mcmillen pushed to main at mcmillen/adventofcode 2020-12-01 10:34:51 -05:00
c14396b6c3 solution for day 1
mcmillen pushed to main at semicolin/sneak 2020-11-30 17:20:29 -05:00
95d24a63ec pass in a newShots list instead of returning one
mcmillen pushed to main at semicolin/sneak 2020-11-30 17:12:20 -05:00
9c289bd132 add basic Enemy skeleton
mcmillen pushed to main at semicolin/sneak 2020-11-30 16:23:53 -05:00
d8f3d940ef move Draw() into Player & Shot
mcmillen pushed to main at semicolin/sneak 2020-11-30 15:35:22 -05:00
b5853828bd ShmupWorld: pad screen bounds for reaping objects
mcmillen pushed to main at semicolin/sneak 2020-11-30 15:12:14 -05:00
0f5f7b84f7 ShmupWorld: add Player.Update() as separate function
2b17501bab ProfilingList: add AddRange() function
88c8aa033b lint.py: fix amount of ..'s for new repo layout
Compare 3 commits »
mcmillen pushed to main at mcmillen/adventofcode 2020-11-30 11:27:29 -05:00
d5412c0173 fix dos line endings (grumble @ MSFT tooling)
mcmillen pushed to main at mcmillen/adventofcode 2020-11-30 11:26:16 -05:00
273f4958b8 add unit-testing framework
mcmillen pushed to main at mcmillen/adventofcode 2020-11-30 11:18:31 -05:00
77edeb3fc7 add README for 2020
mcmillen pushed to main at mcmillen/adventofcode 2020-11-30 11:17:09 -05:00
33806e82ca add basic skeleton for AoC 2020
mcmillen pushed to main at mcmillen/adventofcode 2020-11-30 11:13:36 -05:00
5c7b560ed2 add gitignore
mcmillen pushed to main at mcmillen/adventofcode 2020-11-30 11:04:55 -05:00
197067d7d7 add README
mcmillen created repository mcmillen/adventofcode 2020-11-30 11:04:17 -05:00
mcmillen pushed to main at semicolin/sneak 2020-11-20 18:07:05 -05:00
7faf1ecd97 add better comment to gitignore
mcmillen pushed to main at semicolin/sneak 2020-11-20 17:52:52 -05:00
c82bce200e rename OpenGL -> DesktopGL
mcmillen pushed to main at semicolin/sneak 2020-11-20 17:42:47 -05:00
6293d549dd move OpenGL/ UWP/ and Sneak.sln into public repo
mcmillen pushed to main at semicolin/sneak 2020-11-20 17:39:47 -05:00
8792db1eed add Content/ to gitignore
7f7da206c9 add whitespace line
Compare 2 commits »
mcmillen opened issue semicolin/sneak#29 2020-11-20 17:35:17 -05:00
UWP: toggling fullscreen causes a crash