-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/KamiNeko/Libra
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
# Libra | ||
# Libra | ||
The Libra project is inspired by the C64 game Libra - you can find material about it [here](http://www.gamebase64.com/game.php?h=0&id=4371) or [here](https://www.youtube.com/watch?v=8KfHnlf-Nso). It uses [MonoGame](http://www.monogame.net) and [Nez](https://github.com/prime31/Nez) as underlying frameworks. | ||
|
||
## Requirements | ||
* Windows (MonoGame supports multiple OS, but I only test on this one, so there is no guarantee it will work on Mac oder Linux) | ||
* MonoGame 3.5.1 | ||
* Visual Studio 2017 | ||
* [Aseprite](https://github.com/aseprite/aseprite), if you want to open / edit the sprite files | ||
|
||
## Build | ||
* Open the project in Visual Studio | ||
* If you get the nuget error message of *kamineko.nez* not found, try to activate the *include prerelease* option |