https://github.com/waylonwalker/portal-platformer
https://github.com/waylonwalker/portal-platformer
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/waylonwalker/portal-platformer
- Owner: WaylonWalker
- License: mit
- Created: 2024-03-30T14:53:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T01:33:05.000Z (about 2 years ago)
- Last Synced: 2025-01-03T08:18:03.745Z (over 1 year ago)
- Language: Python
- Size: 661 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Portal Platformer
A game with bigger ambitions than I have time to complete, but its mine and I
work on it when I can. Maybe it this will be a platform I can make a few
different games over time with different maps and lore.

-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)
## Installation
``` console
pip install git+https://github.com/waylonwalker/portal-platformer
# or
git clone https://github.com/waylonwalker/portal-platformer
cd portal-platformer
pip install .
```
## Start the Game
The game is started from the console.
``` console
portal-platformer
# debug mode on by default
portal-platformer --debug
```
## Demos
### Wall Jump
### Maps
## License
`portal-platformer` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.