Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kickflip-games/chaingame
Chain game for 2019 Mix-and-jam game jam
https://github.com/kickflip-games/chaingame
csharp gamejam-2019 unity2d
Last synced: 6 days ago
JSON representation
Chain game for 2019 Mix-and-jam game jam
- Host: GitHub
- URL: https://github.com/kickflip-games/chaingame
- Owner: kickflip-games
- Created: 2019-10-12T02:00:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T12:37:40.000Z (about 5 years ago)
- Last Synced: 2024-10-19T12:53:26.753Z (27 days ago)
- Topics: csharp, gamejam-2019, unity2d
- Language: C#
- Size: 10.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### Authors: Alex Kemp, Avi Vajpeyi
##### Play game on [itch.io](https://avivajpeyi.itch.io/chaingame)# Chain Game
Chain-attack enemies to rack up points![![GAMEPLAY DEMO](https://raw.githubusercontent.com/avivajpeyi/ChainGame/dev/Images/gameplay.gif)](https://www.youtube.com/watch?v=iwAs98UHaKk)
## CONTROLS
- **wasd** to move the player
- **click/drag** mouse on red squares to select them for the chainAvoid the green squares!
## Theme
This game was a submission for [Mix and Game Jam (2019)](https://itch.io/jam/mix-and-game-jam).
This jam's theme was:
```
DIMENSION CHANGE
Take a game mechanic from one dimension and recreate it in another
```
We decided to take the `dead eye` mechanic from Red Dead Redemption, and put it into a 2D game.![RED DEAD REDEMPTION EXAMPLE](https://raw.githubusercontent.com/avivajpeyi/ChainGame/dev/Images/RedDeadInspiration.gif)
# How to contribute
- Unity Version: [2019.2.8f1](https://unity3d.com/get-unity/download/archive)
- Download Standard Assets and PostProcessing after cloning repo
- Fork, do work in branch, make a PR to dev