Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/outdatedguy/outdated-snake-desktop

Desktop Application version of Outdated-Snake Game
https://github.com/outdatedguy/outdated-snake-desktop

electron electron-app game game-development javascript p5js p5js-game

Last synced: about 2 months ago
JSON representation

Desktop Application version of Outdated-Snake Game

Awesome Lists containing this project

README

        

# Outdated-Snake

An Outdated Snake Game App on Desktop
Desktop Version Setup [here](https://github.com/OutdatedGuy/Outdated-Snake-Desktop/releases/latest/download/Outdated-Snake.Setup.zip)

# Start

Create .env file with reference to .env.example
Run `npm install`
Run `npm start`
Run `npm run dist` to develop the Game

# Development

Made using [p5.js](https://p5js.org/) library, [Node.js](https://nodejs.org/) and [electron](https://www.electronjs.org/)
A desktop based server side snake game which can add your score to database and retrive to show highscore list

[Original Game](https://outdated-snake.herokuapp.com)