An open API service indexing awesome lists of open source software.

https://github.com/waylonwalker/portal-platformer


https://github.com/waylonwalker/portal-platformer

Last synced: 9 months ago
JSON representation

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.

![image](https://github.com/WaylonWalker/portal-platformer/assets/22648375/aaa739a2-4879-4ea2-a14d-da85711670b1)

-----

**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.