Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drkostas/shooter-game-with-p5js
Simple 2d shooter game written with JavaScript and the p5.js library.
https://github.com/drkostas/shooter-game-with-p5js
game game-2d game-development games html5-canvas javascript p5js
Last synced: 3 months ago
JSON representation
Simple 2d shooter game written with JavaScript and the p5.js library.
- Host: GitHub
- URL: https://github.com/drkostas/shooter-game-with-p5js
- Owner: drkostas
- Created: 2018-01-21T19:36:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T17:43:43.000Z (about 1 year ago)
- Last Synced: 2023-11-22T02:41:44.082Z (about 1 year ago)
- Topics: game, game-2d, game-development, games, html5-canvas, javascript, p5js
- Language: JavaScript
- Homepage: https://shooter-game.gkos.dev/
- Size: 12.7 MB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo: [shooter-game.gkos.dev](https://shooter-game.gkos.dev/)
This is a simple 2d shooter game written on JavaScript and the p5.js library.
Inpsired by the classic game "Space Invaders".
Special thanks to the Daniel Shiffman's Coding Train (http://thecodingtrain.com/) for his great YouTube tutorials.