Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablegames/inversion
🔳 Inversion is a platformer where 2 players must come together to win.
https://github.com/remarkablegames/inversion
2d arcade game phaser platformer puzzle singleplayer website
Last synced: 3 months ago
JSON representation
🔳 Inversion is a platformer where 2 players must come together to win.
- Host: GitHub
- URL: https://github.com/remarkablegames/inversion
- Owner: remarkablegames
- License: mit
- Created: 2022-01-29T23:08:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T20:09:18.000Z (3 months ago)
- Last Synced: 2024-11-11T21:19:56.830Z (3 months ago)
- Topics: 2d, arcade, game, phaser, platformer, puzzle, singleplayer, website
- Language: TypeScript
- Homepage: https://remarkablegames.org/inversion
- Size: 8.17 MB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Inversion
![release](https://img.shields.io/github/v/release/remarkablegames/inversion)
[![build](https://github.com/remarkablegames/inversion/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/inversion/actions/workflows/build.yml)Inversion is a 2D platformer puzzle game where two players must come together to win.
This game was made for the [Global Game Jam 2022](https://globalgamejam.org/2022/games/inversion-7), in which the theme was `duality`. The game was bootstrapped from [`phaser-platformer`](https://github.com/remarkablegames/phaser-platformer). Read the [blog post](https://remarkablegames.org/posts/inversion/).
Play the game on:
- [remarkablegames](https://remarkablegames.org/inversion/)
- [Newgrounds](https://www.newgrounds.com/portal/view/831514)
- [Itch.io](https://remarkablegames.itch.io/inversion)
- [Replit](https://replit.com/@remarkablemark/inversion?v=1)## Credits
- [benox3](https://github.com/benox3) - Programmer, Level Designer, Artist
- [remarkablemark](https://github.com/remarkablemark) - Programmer, Level Designer
- [emex](https://soundcloud.com/emex-music/inversion) - Composer
- [mikewesthad](https://github.com/mikewesthad) - [Tilemaps in Phaser 3](https://github.com/mikewesthad/phaser-3-tilemap-blog-posts)
- [0x72](https://itch.io/profile/0x72) - [16x16 Industrial Tileset](https://0x72.itch.io/16x16-industrial-tileset)## Prerequisites
- [nvm](https://github.com/nvm-sh/nvm#readme)
- [Tiled](https://www.mapeditor.org/)## Install
Clone the repository:
```sh
git clone https://github.com/remarkablegames/inversion.git
cd inversion
```Use the Node.js version:
```sh
nvm use
```Install the dependencies:
```sh
npm install
```## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the game in the development mode.
Open [http://localhost:1234](http://localhost:1234) to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
### `npm run build`
Builds the game for production to the `dist` folder.
It correctly bundles in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your game is ready to be deployed!
### `npm run bundle`
Builds the game and packages it into a Zip file in the `dist` folder.
Your game can be uploaded to your server, [Itch.io](https://itch.io/), [Newgrounds](https://www.newgrounds.com/), etc.
## License
[MIT](LICENSE)