This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e28456
commit 10da247
Showing
3 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 Shubham Kamble | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<div align="center" id="top"> | ||
<img src="./screenshots/demo.gif" alt="Invert" /> | ||
|
||
  | ||
|
||
<a href="https://ufrshubham.itch.io/invert">Play on itch</a> | ||
</div> | ||
|
||
<h1 align="center">Invert</h1> | ||
|
||
<p align="center"> | ||
<img alt="Github top language" src="https://img.shields.io/github/languages/top/ufrshubham/invert?color=56BEB8"> | ||
|
||
<img alt="Github language count" src="https://img.shields.io/github/languages/count/ufrshubham/invert?color=56BEB8"> | ||
|
||
<img alt="Repository size" src="https://img.shields.io/github/repo-size/ufrshubham/invert?color=56BEB8"> | ||
|
||
<img alt="License" src="https://img.shields.io/github/license/ufrshubham/invert?color=56BEB8"> | ||
|
||
<img alt="Github issues" src="https://img.shields.io/github/issues/ufrshubham/invert?color=56BEB8" /> | ||
|
||
<img alt="Github forks" src="https://img.shields.io/github/forks/ufrshubham/invert?color=56BEB8" /> | ||
|
||
<img alt="Github stars" src="https://img.shields.io/github/stars/ufrshubham/invert?color=56BEB8" /> | ||
</p> | ||
|
||
<!-- Status --> | ||
|
||
<h4 align="center"> | ||
🚧 Status Prototype Released 🚧 | ||
</h4> | ||
|
||
<hr> | ||
|
||
<p align="center"> | ||
<a href="#dart-about">About</a>   |   | ||
<a href="#rocket-technologies">Game Engine</a>   |   | ||
<a href="#memo-license">License</a>   |   | ||
</p> | ||
|
||
<br> | ||
|
||
## :dart: About ## | ||
|
||
Invert is a classis 2D puzzle platformer created as a submission for <a href="https://itch.io/jam/tri-annual-jam">Tri-Annual-Jam #1</a>. The theme for this jam was "You are your enemy" and to adhert to this theme, Invert present you with 1 controller-2 characters mechanics. This means if you press left, one character moves left and the other one moves right. You have to compelete each level without hitting each other. Since this game was created with a limited time frame, it has very limited levels. | ||
|
||
## :rocket: Technologies ## | ||
|
||
The following tools were used in this project: | ||
|
||
- [Godot](https://godotengine.org/) | ||
|
||
## :memo: License ## | ||
|
||
This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file. | ||
|
||
|
||
  | ||
|
||
<a href="#top">Back to top</a> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.