Nine Lives
Production Details:
- Game Engine: Unity
- Team Size: 1 developer
- Timeline: September 2019 - December 2019
- Platform: WebGL
Tools:
- Compiler: Microsoft Visual Studio 2019
- Sprite creation: Photoshop
About:
Nine Lives is a 2D Unity game with 9 different levels. Each level represents a mini-game with a simple game mechanic. The mini-games include a 2D platformer, Cookie Clicker clone, and a space shooter. This solo project was created to learn more about Unity's 2D systems and a general game dev learning experience. All sprites and animations were created by me.
Game Link:
https://www.kongregate.com/games/Jadonut/nine-livesGameplay:
The Nine Lives:
Life 1: 2D Platformer
Highlights:
- 2D player controller with gravity
- Basic enemy AI that moves between two node positions
- Player can kill enemies by jumping on top of them
- After enemy dies, it flips upside down and falls off screen
Life 2: Point-and-click
Life 3: Maze
Highlights:
- Simple 2D movement controls with box colliders encompassing the level
- Pulsing idle animation for the heart and growing animation when collected
Life 4: Balance Beam
Life 5: Hidden Object Game
Highlights:
- Item tracking bar at the bottom, which fills in as items are found
- Simple 2D sprite animations
Life 6: Object catcher
Life 7: Cookie Clicker clone
Highlights:
- An item shop with descriptions and increased prices with each purchase
- The items in the shop give fish over time, which is presented with counters at the top
- Clickable cat that rotates over time and grows in size when clicked
Life 8: Point-and-click
Life 9: 2D Space Shooter
Highlights:
- Basic 2D player controller with shootable lasers
- A boss that moves from node-to-node and shoots a pattern of lasers
- At below 50% health, the boss enters phase 2, where they shoot faster and more lasers
- A scrolling background full of stars