43 Commits

Author SHA1 Message Date
16b9ad521e Add missing variance for AI flight controls. Add HUD elements for Boost. Implemented Boost mechanic for Hamster Wheel powerup. 2024-08-22 18:39:17 -05:00
e967e00257 Fix bump collision direction bug. Add AIs for Stages I and II 2024-08-22 17:18:25 -05:00
a235dc7ca3 Added music tracks. Extended AI reading to be any number of files beyond the initial amount. 2024-08-22 16:36:36 -05:00
e3606ab931 Added Stage 2, AI per-map difficulty settings. 2024-08-22 12:50:01 -05:00
9d56e9c564 Add support for mirrored horizontal tiles. 2024-08-22 11:43:49 -05:00
faa063a11c Add Stage I 2024-08-22 11:12:43 -05:00
12432dd61a Added burrow animation effect. 2024-08-21 18:00:48 -05:00
a3214adc77 Added tunnel connections to tmx/tsx parsing 2024-08-21 17:39:04 -05:00
fd6d186fb6 Remove SpecialRenderable and all associated code related to it. Performance gains. 2024-08-21 07:57:25 -05:00
766eba4444 Added a radar. 2024-08-21 03:10:41 -05:00
7eda510317 Add checkpoint arrow indicators for offscreen checkpoints. 2024-08-21 01:39:21 -05:00
6ee7e293d5 Add Viewport PGEX back in for radar stuff. 2024-08-21 00:34:46 -05:00
e37456f757 Add display names for powerups. 2024-08-21 00:04:42 -05:00
98e0aa804f Center powerup icons, cleanup border. Select correct tile ID for rendering checkpoints. 2024-08-20 22:58:06 -05:00
fefbbceef4 Fix acceleration / movement code issues, added race finished state, added checkpoints, added victory animation. 2024-08-20 20:56:28 -05:00
0df1760f15 Added speedometer visual and text display. 2024-08-20 04:45:50 -05:00
002b00f018 Added Fall-o-meter HUD elements, added crash landing mechanics, and fuel. 2024-08-20 03:52:29 -05:00
5b188afc85 Fix respawn location bug. Prepare fuel meters 2024-08-19 20:22:03 -05:00
fa25cfa54c Added landing mechanic and landing animations. Add safe spot find algorithm. Prepare Fallometer graphics. 2024-08-19 17:15:27 -05:00
8720d20b82 Moved Hamster Jet camera down, added targeting indicator, fix ground detection issues while in the air. 2024-08-19 14:57:12 -05:00
121061f3b8 Clean up Hamster Jet animations. Add hamster jet flame animations and rockets activate during movement. Refined Hamster Jet controls. 2024-08-19 14:13:50 -05:00
2a821cb70a Fix collision bugs, added sky covers. Implemented basic hamster jet animations. 2024-08-19 01:56:12 -05:00
132710d800 Fix bug with terrain collisions not being read properly. Added movement resolution and collisions. Made boundary solid. Make blank tiles be solid. Add water void. 2024-08-18 15:38:38 -05:00
b77f355ba6 Implemented SpecialRenderable class. 2024-08-18 14:46:01 -05:00
d662b3d6a5 Add Matrix texture animating. And prepare jet sprite. 2024-08-18 13:53:41 -05:00
66622c84f7 Scale correction on right edge of camera. 2024-08-17 21:17:36 -05:00
f47d49417b Add in burning and drowning states and all terrain effects. 2024-08-17 19:46:36 -05:00
9673cadd7c Add in basic terrain powerup effect modifiers. 2024-08-17 18:56:29 -05:00
b1e418bbc7 Add powerup collection and powerup collection effect. 2024-08-17 18:46:03 -05:00
cb16ce831a Update graphics to match new palette. Powerup reading and parsing/spawning completed. 2024-08-17 16:00:33 -05:00
7cf2bb7c3a Add in wheel and extra Animate2D helper functions. 2024-08-17 13:34:32 -05:00
13908da158 Adjust all physics values to be modified by terrain types. 2024-08-17 12:36:56 -05:00
32f6165f7d Detection of terrain types. 2024-08-17 12:05:24 -05:00
6822a4916c Implement multi-layer map rendering. Fix bug with GetLayers() returning a reference to a temporary copy of MapData. For whatever reason...oops. 2024-08-17 11:15:02 -05:00
4be0ebc161 Added animated water and lava tiles. 2024-08-17 09:09:52 -05:00
f234f1a4fe Added TMX Map Parsing. Added more color cycling to default border template. 2024-08-16 23:48:55 -05:00
cf7121701a Force 30 FPS minimum elapsed time on game engine. Added directional turn controls for the player. 2024-08-16 20:59:09 -05:00
2b20570eb3 Remove dependency on olcPGEX_ViewPort. Add olcPGEX_TransformedView. Update border to be in front of the rest of the game drawing. 2024-08-16 20:02:33 -05:00
1a6980b3d4 Add in Hamsters and player flags. Fix up animation loading systems. Setup main game loop and load level function. 2024-08-16 19:30:34 -05:00
bc05757b84 Wrote Animation loading functions. 2024-08-16 18:24:32 -05:00
593841971d Add border image + setup asset loading and animation loading for images. 2024-08-16 17:40:36 -05:00
e6ba1e88c7 Setup main game frame, initial assets and files. 2024-08-16 16:56:04 -05:00
278edfcb2b
Initial commit 2024-08-16 15:08:42 -05:00