Skip to content

Commit

Permalink
Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelJouin committed Sep 20, 2018
1 parent ea35865 commit 48e50b4
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 13 deletions.
9 changes: 0 additions & 9 deletions Assets/Scripts/Sounds.meta

This file was deleted.

39 changes: 37 additions & 2 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
{
"dependencies": {
}
"dependencies": {
"com.unity.ads": "2.0.8",
"com.unity.analytics": "2.0.16",
"com.unity.package-manager-ui": "1.9.11",
"com.unity.purchasing": "2.0.3",
"com.unity.textmeshpro": "1.2.4",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.cloth": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.physics2d": "1.0.0",
"com.unity.modules.screencapture": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.modules.terrainphysics": "1.0.0",
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.umbra": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
"com.unity.modules.unitywebrequestaudio": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.modules.unitywebrequestwww": "1.0.0",
"com.unity.modules.vehicles": "1.0.0",
"com.unity.modules.video": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
}
}
Binary file modified ProjectSettings/EditorBuildSettings.asset
Binary file not shown.
Binary file modified ProjectSettings/GraphicsSettings.asset
Binary file not shown.
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m_EditorVersion: 2018.1.1f1
m_EditorVersion: 2018.2.8f1
Binary file modified ProjectSettings/UnityConnectSettings.asset
Binary file not shown.
49 changes: 48 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,48 @@
# Elementary-War
# Elementary-War

Elementary War is a strategy game in which you have to send troops to fight to defend your castle. The goal is to destroy the castle of the enemy castle. There are several type of troops to send: Archer, Templar, Swordsman and Mage. Each type of troop has their own statistics.

This game was made with [Unity](https://unity3d.com/) during the [Global Game Jam 2016](https://globalgamejam.org/2016/games) by the [Tarkiflettes](https://github.com/Tarkiflettes) team.

Global Game Jam 2016 - Rituals

* [Global Game Jam 2016 - Alencon](https://globalgamejam.org/2016/jam-sites/alen%C3%A7on-startech61)
* [France 3 Normandie](https://france3-regions.francetvinfo.fr/normandie/orne/alencon/global-game-jam-48-heures-creer-maximum-jeux-video-917467.html)

## Controls

* Left click: Send troops
* Right click: Move the camera

## Installation

Get the [latest version](https://github.com/Tarkiflettes/Elementary-War/releases) from the releases section.

## Screenshot

![Elementary-War](https://i.imgur.com/xeXjH5a.png)
![Elementary-War](https://i.imgur.com/69L9AvC.png)
![Elementary-War](https://i.imgur.com/nUxCAmv.png)

## Authors

* **Lionel Jouin** - [LionelJouin](https://github.com/LionelJouin)
* **Thomas Foucault** - [Empheon](https://github.com/Empheon)
* **Valentin Legeay** - [valentin4311](https://github.com/valentin4311)
* **Matthieu Le Biavant** - [Assassange](https://github.com/Assassange)
* **Emily Delorme** - [emilydelorme](https://github.com/emilydelorme)
* **Antoine Lambert** - [OctocatPower](https://github.com/OctocatPower)
* **Florian Pellegrin** - [FlorianPgn](https://github.com/FlorianPgn)
* **Nicolas Girault** - [Rhohen](https://github.com/Rhohen)
* **Remi Alexandre** - [Crauwax](https://github.com/Crauwax)
* **Thomas Raineau** - [Tynyndil](https://github.com/Tynyndil)
* **Léa Helleboid** - [](https://github.com/)
* **Romain Metivier** - [](https://github.com/)
* **Guénolé Raoult** - [](https://github.com/)
* **Perrine** - Panda Mnesik

See also the list of [contributors](https://github.com/Tarkiflettes/Elementary-War/graphs/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

0 comments on commit 48e50b4

Please sign in to comment.