https://github.com/nickserv/tps
An experimental third person shooter written with JavaScript and canvas.
https://github.com/nickserv/tps
Last synced: over 1 year 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T10:48:59.000Z (about 12 years ago)
- Last Synced: 2025-03-10T11:07:51.828Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 2
- 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.