https://github.com/beuted/the-hidden-galaxie
"the hidden galaxie" est rpg en java utilisant la bibliothèque slick.
https://github.com/beuted/the-hidden-galaxie
Last synced: 9 months ago
JSON representation
"the hidden galaxie" est rpg en java utilisant la bibliothèque slick.
- Host: GitHub
- URL: https://github.com/beuted/the-hidden-galaxie
- Owner: beuted
- Created: 2012-11-24T15:52:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T16:56:57.000Z (over 6 years ago)
- Last Synced: 2025-02-22T03:28:59.261Z (over 1 year ago)
- Language: Java
- Size: 4.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Hidden Galaxie : 2012
=========================
RPG developped in Java.
Interessting points of this project : circular map, A* algorithm, self-developped GUI, map editor
How to compile & run
--------------------
* to be run in `src/`
> `javac -cp ../lib/slick.jar -d ../bin ./**/*.java`
* to be run at root `./`
> add `./the-hidden-galaxie/lib` to your path (to do it temporarly on windows: `export PATH=$PATH:/c/my/path/to/project/the-hidden-galaxie/lib`)
> run game in 32 bits `c:/Program\ Files\ \(x86\)/Java/jdk1.8.0_201/bin/java -d32 -cp "./lib/*;./bin" jeu.SlickGame`
How to play
-----------
### Map Editor
- E : show list of blocks
- I : show list of items
- S : save the map
- ESCAPE : return to the main menu
### Game :
- I : Show inventory
- RIGHT CLICK : Move
- LEFT CLICK : Pick up and drop items
- ESCAPE : return to the main menu