Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szokeasaurusrex/shooter
A small 2d shooting game
https://github.com/szokeasaurusrex/shooter
Last synced: about 2 months ago
JSON representation
A small 2d shooting game
- Host: GitHub
- URL: https://github.com/szokeasaurusrex/shooter
- Owner: szokeasaurusrex
- License: mit
- Created: 2015-07-12T16:45:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T06:48:17.000Z (over 9 years ago)
- Last Synced: 2024-10-13T03:46:50.249Z (3 months ago)
- Language: JavaScript
- Size: 836 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Shooter
=======This is a 2d arcade-style game in which the goal is to shoot circles coming from the top of the screen before they reach the bottom.
Play it now!Downloading the game
--------------------1. Download the zip and extract it or use git to clone the repository into a directory.
2. (Optional but recommended) Download the Noto Sans font. Extract the downloaded zip into a directory called *noto_fonts* and place it in the game directory.Objective
---------Move the triangle and use it to shoot the circles before they reach the bottom! Shoot as many as possible!
Controls
--------|Button|Action|
|------|------|
|Right Arrow|Moves triangle to the right|
|Left Arrow|Moves triangle to the left|
|Spacebar|Shoots|Scoring
-------1 point is rewarded every time a circle is shot.
Ending the game
---------------The game is over when a circle goes below the bottom of the screen without being shot.