Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickserv/tps
An experimental third person shooter written with JavaScript and canvas.
https://github.com/nickserv/tps
Last synced: 23 days ago
JSON representation
An experimental third person shooter written with JavaScript and canvas.
- Host: GitHub
- URL: https://github.com/nickserv/tps
- Owner: nickserv
- License: mit
- Created: 2014-06-28T09:25:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T10:48:59.000Z (over 10 years ago)
- Last Synced: 2024-08-02T11:59:34.652Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Third Person Shooter
An experimental third person shooter written with JavaScript and canvas.Based off of [Jason Brown](https://codepen.io/loktar00/)'s Pen [Part 1 platformer tutorial](https://codepen.io/loktar00/pen/jHwBL).
## Goals
- Offer basic combat inspired by [AssaultCube](http://assault.cubers.net), but with a 2D TPS instead of a 3D FPS.
- Follow the [component pattern](http://gameprogrammingpatterns.com/component.html) to keep the game maintainable.
- Avoid using game libraries unless they are simple and open source.