Logline: Crazy Colors is an endless runner game where you have to jump between platforms, match colors to survive, outrun the shadow chasing you where power-ups give the player brief color invincibility.
- Create an empty folder called 'Crazy Colors'
- Open it in cmd line
- git init
- git branch -m master main
- git remote add origin https://github.com/CSCI-526/fall-2024-project-tuesday-crazy-colors.git
- git pull origin main
- git branch --set-upstream-to origin/main
https://devkansara.github.io/Crazy-Colors-Alpha-Progress/
https://docs.google.com/document/d/1q6PHDWefOv1Gqsp_OpkrI-I6fdMRVhv2ZSCtKIFEobw/edit?usp=sharing
2D-Platformer, Endless game
Single Player Color Switch
The game involves a player that can endlessly move ahead/behind over vertically oscillating platforms and switch the color of the player to match the succeeding platform’s color. If the player lands on a platform that does not match its own color, the player dies. It has a shadow that keeps following the player in order to kill it. The shadow mimics all the movements of the player. If the shadow manages to catch the player, the player dies. The player scores one point after crossing one platform. The player gets a white power-up giving it the opportunity to be immune to different color platforms for 10 seconds. At the end of the power-up time, the player reverts back to its original color that might not match the current platform’s color. The player can also change color during the power up time period to get ready for the next platform to jump on when the timer turns zero. The objective of the game is to collect as many points by switching the player’s color and landing on the equivalent platforms while being ahead of the shadow.
- Movement: A/left arrow key for left movement, D/right arrow key for right movement
- Jump: Space
- Player Color Switch: W/top arrow key
- Color Sequence: Red -> Green -> Yellow