Skip to content

Commit 8264a31

Browse files
authored
Initialize README for Coin Collector game
Added game description, controls, and gameplay details.
1 parent 2f0417e commit 8264a31

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# [Coin Collector - 2D Platformer Game](https://johnpranoy7.github.io/Coin-Collector/)
2+
3+
Welcome to **Coin Collector**, a fun and engaging 2D platformer game built with Unity. The objective is to collect as many coins as possible while avoiding enemies and spikes that reduce your health. The game features two levels of increasing challenge: Easy and Medium.
4+
5+
## Play the game
6+
7+
The game is hosted online and ready for you to play in your browser:
8+
9+
[https://johnpranoy7.github.io/Coin-Collector/](https://johnpranoy7.github.io/Coin-Collector/)
10+
11+
12+
## Controls
13+
14+
| Action | Keys |
15+
|-------------|---------------------|
16+
| Move Left | Left Arrow, A |
17+
| Move Right | Right Arrow, D |
18+
| Jump | Spacebar |
19+
| Pause Game | Escape (Esc) |
20+
21+
## Gameplay
22+
23+
- Collect coins to increase your score.
24+
- Avoid enemy characters and spikes to maintain your health.
25+
- Survive as long as possible to maximize your coin count.
26+
- Progress through two levels: Easy and Medium.
27+
28+
29+
Enjoy playing **Coin Collector**!

0 commit comments

Comments
 (0)