Commit Graph

159 Commits

Author SHA1 Message Date
djkellerman
c7b1e55a3e Keep Away logic finalized and UI polished up
One animation bug found when player picks up hat (possibly when jumping)
2025-03-28 22:50:33 -04:00
djkellerman
2913d4b927 Leaderboard now sorts icons properly 2025-03-28 21:27:09 -04:00
djkellerman
0bf6ab0da7 Leaderboard holdtime updates properly now 2025-03-28 20:34:09 -04:00
djkellerman
a098e8c053 added comments and organized project files 2025-03-28 17:39:07 -04:00
RochesterX
22f44a3f20 Merge branch 'main' of https://github.com/RochesterX/Sophomore-Project 2025-03-28 13:00:42 -04:00
RochesterX
451bf78249 Meeting 2025-03-28 13:00:37 -04:00
qlr32
6b4b458058 ice changes
ice changes
2025-03-28 12:58:17 -04:00
RochesterX
4c22943273 Fix leaderboard display not showing 2025-03-27 20:57:44 -04:00
TGall8
75b6e728ff New Maps and Old map changes
FerrisWheel is a WIP map that I haven't worked on much yet, I wanted to focus on the city map and changes to the old keep away map before getting to FerrisWheel.
2025-03-26 20:51:04 -04:00
djkellerman
02df7104d0 pt2 2025-03-25 22:37:28 -04:00
djkellerman
ad50ee6d7c timer and leaderboard logic complete 2025-03-25 22:21:21 -04:00
RochesterX
867376c7d7 Not spawning correctly fix 2025-03-25 11:56:06 -04:00
RochesterX
94bfd6cd9c Text moving bug 2025-03-25 11:46:03 -04:00
djkellerman
2dea9a4d72 timer additions 2025-03-25 11:34:24 -04:00
Qloree32
76437eb6d3 snow
snow
2025-03-23 23:54:20 -04:00
djkellerman
0a13e9ccd3 KeepAway updates + GameTimer 2025-03-20 14:45:29 -04:00
RochesterX
a3e2c9c6e2 Meeting updates 2025-03-17 19:59:41 -04:00
RochesterX
8a510c32d5 Tilemap Stuff 2025-03-17 18:31:29 -04:00
RochesterX
8ada79c040 Merge branch 'main' of https://github.com/RochesterX/Sophomore-Project 2025-03-17 18:25:33 -04:00
RochesterX
d329d7a453 Interactable 2025-03-17 18:25:29 -04:00
qlr32
b760944922 test keep away
test keep away
2025-03-17 18:25:12 -04:00
RochesterX
c9519de7f0 Hat update 2025-03-17 18:20:03 -04:00
RochesterX
153104636d v0.2 2025-03-10 16:23:24 -04:00
RochesterX
a92b0dd1ab v0.2 v0.2 2025-03-09 22:32:24 -04:00
RochesterX
2e407206bc Add camera lower bound 2025-03-08 21:04:15 -05:00
TGall8
a7db5649cb Minor changes to the Keep Away map and Platform3 map 2025-03-08 20:04:21 -05:00
RochesterX
058cf261c8 Add win screen 2025-03-08 13:33:19 -05:00
RochesterX
63912cd2fd Added post-processing 2025-03-08 12:50:44 -05:00
RochesterX
b0da7fad9e Update cloud physics shape 2025-03-08 00:17:23 -05:00
RochesterX
54e2541a20 Compensated for double-hitting bug 2025-03-08 00:11:50 -05:00
RochesterX
7b4bdd927e Music implementation, cloud art, and bug fixes
Implemented music
Added cloud tiles
Made players be able to stand on each others' heads
Synced the music and day/night cycle
Added a transition in to the gameplay scene
Fixed blocking while dying bug
2025-03-07 23:32:42 -05:00
RochesterX
3d28357b56 Bug the second 2025-03-07 17:35:14 -05:00
RochesterX
6fda7978f3 Bug 2025-03-07 17:30:04 -05:00
RochesterX
2d97a35045 Bugs 2025-03-07 17:18:16 -05:00
RochesterX
804483f3de Bug fix 2025-03-07 17:03:46 -05:00
RochesterX
a52bf49268 Merge branch 'main' of https://github.com/RochesterX/Sophomore-Project 2025-03-07 16:50:11 -05:00
RochesterX
86a9494a9e Updates 2025-03-07 16:50:04 -05:00
Qloree32
df19652706 fire and ice test
fire and ice test
2025-03-07 16:42:44 -05:00
RochesterX
c7fede9552 Add lives display 2025-03-07 16:25:59 -05:00
RochesterX
f146b06e3c Make game end work 2025-03-07 16:03:11 -05:00
RochesterX
314d8e7aba Better player join animation 2025-03-07 14:26:48 -05:00
RochesterX
096712acc9 Player join animation 2025-03-07 14:22:43 -05:00
djkellerman
9c5ba04216 bug fixes 2025-03-07 11:56:19 -05:00
RochesterX
1a653d81b5 Implement respawning falling platforms 2025-03-07 11:29:09 -05:00
RochesterX
c36f3b5a1a Add death animation 2025-03-07 10:46:30 -05:00
RochesterX
6528d1050f Make lives work 2025-03-07 10:03:16 -05:00
TGall8
0e4e6d1b8b Map changes to ObstanceWIP, Keep_Away, and Platform2
I cleaned up each map and added a few new platforms to Platform2 (2nd map for free-for-fall) and ObstanceWIP. I increased the Field of View to 120 (originally 60) so you can now see maps Platform2 and Keep_Away when you play test it.
2025-03-06 20:59:22 -05:00
djkellerman
bd3e57428f Health bar and player management refined 2025-03-06 01:27:42 -05:00
TGall8
47314da759 Created new map for free-for-all mode
Platform3 (MOUNTAIN) is the new map. I tried to fix the FallPlatform script so falling platforms would respawn but I didn't get anywhere. Will try again later
2025-03-05 21:08:52 -05:00
RochesterX
c160ef0b5c Fix restart bug 2025-03-05 13:36:37 -05:00