Commit Graph

48 Commits

Author SHA1 Message Date
1a393c0065 Fixed virtual buttons. 2021-08-20 13:13:43 +02:00
19adf64c54 Added virtual controls.
Added missing mouse pointers where applicable.
2021-08-20 10:21:41 +02:00
aca3a5af78 Fixed bug where audio samples were actually louder instead of softer. 2021-08-19 21:38:22 +02:00
5935a7fea8 Fixed bug where menu song wasn't repeated. 2021-08-19 21:37:29 +02:00
65db973699 Added audio settings. 2021-08-17 18:22:22 +02:00
99e87cef6e Fixed bug where adding scores would truncate the last score even when there is less than ten highscores (the current maximum). 2021-08-15 09:59:36 +02:00
88e6fc4181 Put more emphasis on Allegro in the README.
Added Allegro license to the README.
2021-08-15 08:51:16 +02:00
24db632470 Fixed monster z-fighting. 2021-08-14 09:46:38 +02:00
17008871ce Balance audio a bit. 2021-08-14 09:38:30 +02:00
aab65a984a Added exploding monsters. 2021-08-14 09:22:40 +02:00
3198659d11 Updated credits. 2021-08-13 19:46:58 +02:00
4adfdbe006 Made monsters a bit less synced. 2021-08-13 13:09:31 +02:00
0d49482036 Made loading of audio samples more graceful (game will play without them). 2021-08-13 10:20:03 +02:00
3c99e5881b Saving lives left for resume as well. 2021-08-12 22:35:33 +02:00
e3527eb580 Added music & game sounds.
User can now use mouse to select controls.
2021-08-12 22:28:31 +02:00
cbd08cdc12 Added install.bat. 2021-08-11 19:56:50 +02:00
c47f9383c3 Added background generation. 2021-08-11 19:55:52 +02:00
99d9d09c2f Merge branch 'master' of https://opslag.de/schobers/tins2021 2021-08-11 08:03:12 +02:00
4f1760ad57 Add resume play.
Add highscores.
2021-08-11 08:03:02 +02:00
c628ae4b09 Changed appearance of settings a little. 2021-08-11 06:23:20 +02:00
c52f2682e0 Changed release directory in release script. 2021-08-10 22:46:32 +02:00
000348339d Added support for changing controls.
Changed info screen slightly.
2021-08-10 22:36:42 +02:00
165d1fcd26 Fixed extract command (and changed it to --extract). 2021-08-10 19:41:30 +02:00
f9da21b61c Added console build tag (which doesn't hide the console window). 2021-08-10 19:40:59 +02:00
7053e7b9f2 Reverted back to go:embed.
Parallelized generation of textures.
Refactored animation rendering.
2021-08-10 19:33:30 +02:00
64ff5ac78e Increased difficulty a lot.
Added jumping animations for monsters.
2021-08-09 18:30:23 +02:00
90b79c7e49 Fixed wobble animation (animation was not stable).
- Scaling textures to integer width/height.
2021-08-09 17:26:28 +02:00
6ce3d84417 Extended TODO. 2021-08-09 16:12:20 +02:00
7541fa0085 Updated wording a bit. 2021-08-09 15:30:06 +02:00
44f6217bc7 Added TODO. 2021-08-09 15:23:45 +02:00
2d3ff0f84d Removed console window on Windows. 2021-08-09 14:00:41 +02:00
4ee8fd52d1 Replaced go/embed with rice again. 2021-08-09 14:00:41 +02:00
9991c5a6f0 Added execute flag. 2021-08-09 13:27:23 +02:00
6404364b8b Fixed bug in main menu. 2021-08-09 13:07:12 +02:00
157ec6d42d Moved initialization of textures to main (appContext).
Added info screen.
2021-08-09 13:04:31 +02:00
45b64a46ec Added bias towards picking tiles further away (hearts/stars) or closer (monsters) when difficulty increases.
Added minimum distance (from player) for spawning things.
2021-08-09 12:29:32 +02:00
ad8a540af2 Tweaked difficulty a bit more & transfered lives to next level. 2021-08-09 12:13:20 +02:00
7321cf3c9d Increased difficulty.
Can play through levels/difficulty.
2021-08-09 12:08:28 +02:00
96ab55e62a Added game over. 2021-08-09 11:29:10 +02:00
801eefec52 Added more spacing in credits. 2021-08-09 11:28:42 +02:00
6f9191cbf9 Updated README & added credits. 2021-08-09 11:01:29 +02:00
c82ce53433 Added stars & lives on screen (and fixed centering of level). 2021-08-09 09:25:06 +02:00
9bf56c1386 Removed unused cube textures. 2021-08-09 08:28:02 +02:00
f120de375b Added main menu. 2021-08-09 08:25:05 +02:00
0532534142 Loading resources from disk/embed if possible. 2021-08-09 07:13:49 +02:00
13b6a50a45 Added bitmap font.
Added monsters.
Added animations.
Added rendering of geometries.
2021-08-09 01:25:51 +02:00
418eea0195 Updated licenses. 2021-08-09 01:23:33 +02:00
9792953849 Initial version, includes simple level renderer & player movement. 2021-08-07 00:16:20 +02:00