https://github.com/prust/josh-nazaro
Top-down 2D sci-fi action game written in Lua using the LÖVE 2D engine
https://github.com/prust/josh-nazaro
Last synced: about 2 months ago
JSON representation
Top-down 2D sci-fi action game written in Lua using the LÖVE 2D engine
- Host: GitHub
- URL: https://github.com/prust/josh-nazaro
- Owner: prust
- Created: 2016-12-31T06:18:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T04:34:02.000Z (over 9 years ago)
- Last Synced: 2025-06-12T01:47:29.353Z (about 1 year ago)
- Language: Lua
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Josh Nazaro
You are Simeon Jonason, a follower of religious firebrand, Josh Nazaro. Two religious groups and one political group have hired assassins to take out Josh; your job is to protect him and, if possible, to take out the assassins.
I'm currently focused on the gameplay and the controls right, so there aren't currently graphics -- just colored rectangles representing you, enemies, obstacles, etc.
To play, download the LOVE engine from https://love2d.org/ and run `> love "."` from inside this repository.
TODO:
* Display the number of lives (starting at 3) in a corner of the screen
* Add Josh Nazaro
* Add the rest of your team
The AI characters will need to:
* see bullets coming and attempt to evade them
* aim at people based on their current trajectory
* calculate a path to an exit point or to a designated sniping point