Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/outdatedguy/outdated-snake-desktop
- Owner: OutdatedGuy
- License: bsd-3-clause
- Created: 2021-03-10T19:56:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T13:42:17.000Z (7 months ago)
- Last Synced: 2024-10-14T02:48:37.973Z (3 months ago)
- Topics: electron, electron-app, game, game-development, javascript, p5js, p5js-game
- Language: JavaScript
- Homepage: https://github.com/OutdatedGuy/Outdated-Snake-Desktop/releases/latest/download/Outdated-Snake.Setup.zip
- Size: 2.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)