~tsukii/nanoshooter

A shitty top-down 2D shooter game. Made with KaboomJS
de1e81a4 — Dang Hoang Tuan 2 years ago
Add Run This Game Locally section
845d45e2 — Dang Hoang Tuan 2 years ago
Assets should be loaded from the perspective of the binary directory
83212db3 — Dang Hoang Tuan 2 years ago
Add README

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~tsukii/nanoshooter
read/write
git@git.sr.ht:~tsukii/nanoshooter

You can also use your local clone with git send-email.

#Nanoshooter

Nanoshooter logo

Nanoshooter is a shitty top-down 2D shooter game. Created in ~4 hours using KaboomJS

#Overview

  • Player (a white square) has to shoot the enemy (the red square)
  • No mouse-aiming used. The game automatically aims the enemy for you (Although this means that you sometimes will have to move to accurately shoot the enemy near you)
  • The sound effect can be pretty loud
  • Performance can be an issue
  • Basic but effective UI
  • Scores are included (but no high scores)

#Controls

  • Arrow keys for moving the character
  • z for shooting
  • r for reloading

#Run this game locally

Install Yarn and Python 3, then:

git clone https://github.com/HoangTuan110/nanoshooter
yarn
yarn build; yarn serve

#License

This game is under the MIT license. See LICENSE for details

Do not follow this link