https://github.com/2kai2kai2/one
A small game.
https://github.com/2kai2kai2/one
game simple-game turn-based
Last synced: 10 months ago
JSON representation
A small game.
- Host: GitHub
- URL: https://github.com/2kai2kai2/one
- Owner: 2kai2kai2
- License: gpl-3.0
- Created: 2017-12-14T19:05:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T04:34:02.000Z (about 4 years ago)
- Last Synced: 2024-10-23T22:16:24.539Z (about 1 year ago)
- Topics: game, simple-game, turn-based
- Language: Java
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# one

[

](https://github.com/2kai2kai2/one/actions/workflows/build_release.yml)
[

](https://github.com/2kai2kai2/one/releases/latest)

[

](https://github.com/2kai2kai2/one/blob/master/LICENSE)
This was a little game I made during breaks during my freshman year of high school. I have since revisited it, updating with new skills and better tools.
----
## Gameplay
Defeat an endless horde of enemies in this simple turn-based game.
Each turn, you move then your enemies move. Moving onto or attacking an enemy kills it-- but be careful, if an enemy moves onto you, it's game over!
| Controls: | |
| --------- | ------ |
| `WASD` | Move to a neighboring tile, defeating any enemy in it. |
| `IJKL` | Attack a neighboring tile without moving. |
| `Q` | Pass your turn, allowing enemies to fall into your carefully planned traps! |
Each defeated enemy grants ten points; note that this still applies when multiple enemies are in the same tile.

*Recording has been accelerated for display purposes.*
----
## Original Version
[

](https://github.com/2kai2kai2/one/releases/tag/v1.0.0)
This is the version I made as a highschool freshman-- I credit this game with being the start of my building real standalone hobby software projects other than Minecraft plugins/mods and a number of half-finished or demo projects.
[**View code here**](https://github.com/2kai2kai2/one/tree/47da10623d1e926d05eca522970b7d975aa36a50)
Originally, this project was purely in the terminal and had an ascii art interface.