https://github.com/okkindel/roguelike
A roguelike game made becuase of boredom during the exam session. The game is entirely written in Java and JavaFX, graphics is basically also my work. It is quite difficult so I wish you good luck :)
https://github.com/okkindel/roguelike
dungeon-crawler-game game java javafx pixel pixel-art rogue-like roguelike roguelike-dungeons roguelike-game
Last synced: 17 days ago
JSON representation
A roguelike game made becuase of boredom during the exam session. The game is entirely written in Java and JavaFX, graphics is basically also my work. It is quite difficult so I wish you good luck :)
- Host: GitHub
- URL: https://github.com/okkindel/roguelike
- Owner: okkindel
- Archived: true
- Created: 2017-11-14T11:21:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T18:24:15.000Z (over 7 years ago)
- Last Synced: 2025-03-15T06:35:51.666Z (2 months ago)
- Topics: dungeon-crawler-game, game, java, javafx, pixel, pixel-art, rogue-like, roguelike, roguelike-dungeons, roguelike-game
- Language: Java
- Homepage:
- Size: 1.63 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RogueLike [](https://www.codefactor.io/repository/github/okkindel/roguelike/overview/master)
A roguelike game made becuase of boredom during the exam session.
The game is entirely written in Java and JavaFX, graphics is basically also my work.
It is quite difficult so I wish good luck :)Please feel free to fork and make comments/suggestions! Thanks!
# Screenshots:

# Features:
- visiting dungeon
- collecting and ejection of items
- rogue potioning system
- rogue equipment system
- taking care of the character: eating, drinking etc ...
- crawling chests
- fighting with monsters
- developing skills
- and more...# Keyboard controls:
| Key | Action |
| ------ | ------ |
| Arrows | Moving |
| 1, 2, ..., 0 | Select an item |
| Z | Key of Action: Drink a micture, take a sword etc... |
| X | Drop current item |
| E | Switch the view of equipment and character |
| I | Identify item |# License:
> "THE BEER-WARE LICENSE":
>
> Okkindel wrote this game. As long as you retain this notice you
> can do whatever you want with this stuff. If we meet some day,
> and you think this stuff is worth it, you can buy me a beer in return.