Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/IlanOu/Motion-game
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanOu committed Nov 13, 2023
2 parents ed43aee + 8d7eee6 commit 12b408b
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 78 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

# Visual Studio cache directory
.vs/
.vscode/

# Gradle cache directory
.gradle/
Expand Down Expand Up @@ -81,4 +82,4 @@ crashlytics-build.properties

# Ignore node modules
node_modules
.DS_Store
.DS_Store
5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

10 changes: 0 additions & 10 deletions .vscode/launch.json

This file was deleted.

60 changes: 0 additions & 60 deletions .vscode/settings.json

This file was deleted.

43 changes: 41 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@
# Jeu_2d_tracking

# Motion Game


## Instructions

This repository is our school project.
The aim is to represent movement.
With my team, we chose to create a game with Unity based on the user's movements.

## Team developers

- [IlanOu](https://github.com/IlanOu)
- [Kibishi47](https://github.com/Kibishi47)

## Game Pitch

In this horizontally-scrolling infinite race game, players take on the role of a penguin in the world of Christmas, who must avoid the various obstacles he encounters by jumping and ducking.
These actions are controlled by precise physical movements to be performed by players in space.
These commands evolve as the game progresses.
Points are scored according to the time spent before failure.
You have to stay as long as possible.

## Installation

To test this project, you can clone it with the following command:

```bash
git clone https://github.com/IlanOu/Motion-game.git
```

Be sure to use the Unity version: `2022.3.12f1`.

## Project Progress

The game is still in development.
The project deadline is `08/12/2023`.
The project may be maintained thereafter, but nothing is guaranteed.

## Acknowledgements

[Damien Dabernat](https://github.com/DamienDabernat), who supports us throughout this project.

0 comments on commit 12b408b

Please sign in to comment.