CSCI-526 / paired-prototype-f24-tuesday-triple-threat

csci-526-classroom-f24-tue-1ba872-paired-prototype-f24-tuesday-Unity-Template created by GitHub Classroom
1 stars 1 forks source link

Crazy Colors

Logline: A 2D platformer game where the player jumps and changes colors mid air to match the next platform’s color.

Setup

  1. Create an empty folder called 'Crazy Colors'
  2. Open it in cmd line
  3. git init
  4. git branch -m master main
  5. git remote add origin https://github.com/CSCI-526/paired-prototype-f24-tuesday-triple-threat.git
  6. git pull origin main
  7. git branch --set-upstream-to origin/main

Prototype Build:

https://atharvaswami.github.io/crazy-colors/WebGL%20Builds/index.html

YouTube Link:

https://youtu.be/dFNQJxl-TCQ

GDD:

https://docs.google.com/document/d/1nWb14Ep3CBU8wMtDqsedQZ1rq9hEcn7jPdJmaqft_RY/edit?usp=sharing

Genre:

2D-Platformer, Endless game

Twist:

Single Player Color Switch

Description:

Crazy Colors is a 2D-platformer game featuring a self transformation mechanic. As the player, the goal is to survive as long as possible by constantly switching its own skin color. Player can jump to land on the next platform and only be able to survive on it by having the same color. Since the player moves horizontally on a platform, it can only change its color mid-jump. The player dies and the game ends if the player is unable to match the platform’s color in time or falls off a platform.

Controls: