https://github.com/technius/knightgame
A simple game
https://github.com/technius/knightgame
Last synced: 9 months ago
JSON representation
A simple game
- Host: GitHub
- URL: https://github.com/technius/knightgame
- Owner: Technius
- License: gpl-3.0
- Created: 2014-10-17T00:34:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T05:42:52.000Z (almost 11 years ago)
- Last Synced: 2025-01-31T12:25:05.431Z (over 1 year ago)
- Language: Scala
- Size: 1.26 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.