-
Notifications
You must be signed in to change notification settings - Fork 1
Week 5
Minx edited this page Sep 16, 2020
·
2 revisions
Done:
- added visual menu state with short manual
- scene is rotating when the menu is on.... for the aesthetics
- finished moving platform (had the problem with textures not moving but I solved that by making polygons rather than cube)
- created the end of platform behind the cat that swallows everything with a clipping plane (objects, moving platform...)
- added cat control (left/right movement)
- added somewhat random objects generation on platform, it's not fully working as it should
Next week plan:
- fix the objects generation
- collision detection and score based on that
- knocking down animation
- try to implement loss?