An open API service indexing awesome lists of open source software.

https://github.com/technius/knightgame

A simple game
https://github.com/technius/knightgame

Last synced: 9 months ago
JSON representation

A simple game

Awesome Lists containing this project

README

          

# KnightGame
This is a simple game programmed in Scala. LibGDX is used as a framework. I really couldn't think of a name, so I just called this KnightGame. If you have a better idea, please let me know.

To run the game, type `activator desktop/run` in a terminal.

To package the game, type `activator desktop/universal:packageBin` in a terminal.

# Credits
This project uses the following assets or tools:
* The [Universal LPC Spritesheet](https://github.com/makrohn/Universal-LPC-spritesheet), assembled by Matthew Krohn.
* The [Universal LPC Spritesheet Character Generator](https://github.com/gaurav0/Universal-LPC-Spritesheet-Character-Generator), created by Gaurav Munjal.

# License
This project is licensed under the GPLv3. See LICENSE.txt for details.