Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/awwaiid/paper-snakes

Snake game, but with jumping
https://github.com/awwaiid/paper-snakes

game phaserjs typescipt

Last synced: 7 days ago
JSON representation

Snake game, but with jumping

Awesome Lists containing this project

README

        

# Paper Snake

> An over-under snake game!

![License](https://img.shields.io/badge/license-GPL-blue)

[Play here!](https://awwaiid.github.io/paper-snakes/)

![Paper Snake demo](paper-snake-v1.gif) _GIF demonstrating Paper Snake. Red shadows are when the snake is jumping._

## How to Play

Use arrow-keys to turn. Use spacebar to jump over things!

## Development

Start development server:

```
npm run start
```

To create a production build:

```
npm run build
```

Production files will be placed in the `dist` folder. Then upload those files to a web server. 🎉

## References / Shout-Outs / License

Initial setup on [phaser3-vite-template](https://github.com/ourcade/phaser3-vite-template).

[GPL](/LICENSE)