128 Commits

Author SHA1 Message Date
448ef6a64d Remove unused assets, don't reload the same map unnecessarily. 2024-08-26 07:32:57 -05:00
8c5f326fa8
Merge pull request #21 from sigonasr2/add-pause-to-HamsterNet
Add pause to hamster net
post-jam-minor-fix
2024-08-26 03:51:59 -07:00
Moros Smith
96476d1690 apply paused time to GetCurrentRaceTime 2024-08-25 20:34:50 -04:00
Moros Smith
36a9b45557 do the pause math when finishing the race 2024-08-25 20:32:55 -04:00
Moros Smith
2d4036669d update asyncify imports to include the new hamsterNet start/end pause functions 2024-08-25 20:32:08 -04:00
Moros Smith
3758227a15 add StartPause and EndPause to HamsterNet 2024-08-25 20:31:44 -04:00
e766e6c153 Whategver this is. jam-submission 2024-08-25 13:57:47 -05:00
ff444f8acd Stage IX and X implemented. Timer 2024-08-25 13:37:47 -05:00
bd808c76c0
Merge pull request #20 from sigonasr2/emscripten-final-touches
Emscripten final touches
2024-08-25 09:30:25 -07:00
Moros Smith
b6c7542d3a a whole lotta fun with html/css/and javascript 2024-08-25 12:24:40 -04:00
Moros Smith
82970e8d12 copy web assets to the build directory 2024-08-25 12:24:21 -04:00
Moros Smith
6279dac525 add web assets 2024-08-25 12:23:59 -04:00
3ff6153263 Stages 6-8. 2024-08-25 11:19:06 -05:00
7e2a9e2ad6 Fix 2024-08-25 08:58:00 -05:00
b32faf1cda Add powerup tips fix a billion things. Yes. 2024-08-25 08:47:49 -05:00
d92e0b86ae Add simulated npc hamster finish times. Fix some sound effects, remove double drawing. Fix BGM setting not working right. 2024-08-25 07:10:58 -05:00
a618782ca6 Added sound effects, menu music. 2024-08-25 05:13:51 -05:00
9b507e9471 Prepare sound effects, add leaderboard display for single races. 2024-08-25 04:10:12 -05:00
c3fc8ec00a Fix string parsing emscripten side when loading data. Hamster color choice added. 2024-08-25 02:47:36 -05:00
8a7ae48031 Add Player Options Menu 2024-08-25 02:21:45 -05:00
c358f7e3c8 Add menu button system. 2024-08-24 23:55:26 -05:00
b114907cae Fix radar. 2024-08-24 22:20:06 -05:00
d3bc589235 Add loading screen. 2024-08-24 21:57:31 -05:00
6c0490596a Redo shadow text to use a shadow decal. 2024-08-24 20:54:36 -05:00
e4af1b9e43 Fix requirement to sort and re-copy all foreground decals back into a decal rendering list unnecessarily. 2024-08-24 19:43:44 -05:00
6851b76f6a Added menu transition and state system. 2024-08-24 19:05:29 -05:00
8551c9bacd Updated hamster images with profile icons. Added live placement tracking. 2024-08-24 09:22:54 -05:00
92f2b4dd85 Add countdown timer. 2024-08-24 07:13:50 -05:00
363ad229bb Keep persistent data about hamsters between map loads. Add menu backgrounds. 2024-08-24 06:49:47 -05:00
e9c7fa0842 Move PBData reading to the assets directory. 2024-08-24 05:02:50 -05:00
c8e02a23a8 Added PB tracking for both emscripten and native builds of the game. 2024-08-24 05:02:04 -05:00
e2b5b873ef Add in Hamster Net. Add timer parsing util function. Move around level initialization code. 2024-08-24 03:02:17 -05:00
89bb6bc19c Merge branch 'main' of https://github.com/sigonasr2/hamster 2024-08-24 01:39:24 -05:00
d7580453d3 Added Hamster colors. 2024-08-24 01:39:22 -05:00
c57ef6e498
Merge pull request #19 from sigonasr2/HamsterNet-pre-alpha
Hamster net pre alpha
2024-08-23 23:27:43 -07:00
Moros Smith
90973f9774 remove PGEtinker specifics 2024-08-24 01:52:42 -04:00
Moros Smith
1a1a92e02a HamsterNet pre-alpha 2024-08-24 01:49:01 -04:00
0f725d2403 Stage V + AI implemented. 2024-08-23 17:14:04 -05:00
dd853d147e Stage IV added. AI implemented. Fix AI quirks. Fix other AI types not loading. 2024-08-23 05:58:09 -05:00
ee00ee15b5 Merge branch 'main' of https://github.com/sigonasr2/hamster 2024-08-22 23:57:43 -07:00
34849a8518 Add Stage III. Add Stage III AI. Fix up AI routines. Make lava border tiles transparent. 2024-08-22 23:57:41 -07:00
e8ea578031
Merge pull request #17 from sigonasr2/fix-casting-that-emscripten-didn't-like
use static_cast to make emscripten happy
2024-08-22 19:38:05 -07:00
871ec89107 Update cast (formatting consistency) 2024-08-22 19:37:32 -07:00
Moros Smith
0bf3e25a15 use static_cast to make emscripten happy 2024-08-22 21:06:22 -04:00
1f306af20e AI Boost actions implemented. 2024-08-22 18:53:37 -05:00
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