Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
itfray committed Feb 11, 2021
1 parent f2302ee commit 5bdc75b
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# GameGrinch2D

## Overview

This is a 2D platform game where the protagonist is an anthropomorphic green character from the children's book "How the Grinch Stole Christmas".

## Requirements

- Windows
- Unity `^2019.4.11f1`
- .NET Framework `^4.7.1`

## Developing

```bash
git clone https://github.com/itfray/GameGrinch2D.git
```
Open `GameGrinch2D/Grinch2D` folder in Unity.

## Control

* `A` - Move to Left
* `D` - Move to Right
* `Space` - Jump / Grab onto the wall

## Usage

![Main menu](https://user-images.githubusercontent.com/39258883/216787225-36a2a77a-cabb-4c78-8f4e-ca3315851c3e.gif)

![Take key](https://user-images.githubusercontent.com/39258883/216787234-4bddf7ec-a745-4100-b1c6-edb6aeb27348.gif)

![Disappearing blocks](https://user-images.githubusercontent.com/39258883/216787231-428f8429-395e-4608-9811-1c3899b42ffe.gif)

![Rocket shot](https://user-images.githubusercontent.com/39258883/216787230-3cca0016-f16c-419c-83ea-1ec3c6cad4a2.gif)

!['Lose' menu](https://user-images.githubusercontent.com/39258883/216787236-61c3c071-06c5-4202-8be7-4783d11d828f.gif)

!['Win' menu](https://user-images.githubusercontent.com/39258883/216787229-97047892-d313-42fa-b6da-3d89047e3814.gif)

## License

MIT. See [LICENSE](LICENSE).

0 comments on commit 5bdc75b

Please sign in to comment.