Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfuelling/soultraps
2D RPG made with Greenfoot
https://github.com/lfuelling/soultraps
2d-game 2d-rpg fantasy game greenfoot java maven role-playing-game rpg
Last synced: about 2 months ago
JSON representation
2D RPG made with Greenfoot
- Host: GitHub
- URL: https://github.com/lfuelling/soultraps
- Owner: lfuelling
- License: mit
- Created: 2019-05-21T12:19:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T05:00:09.000Z (almost 2 years ago)
- Last Synced: 2023-04-01T05:56:58.866Z (over 1 year ago)
- Topics: 2d-game, 2d-rpg, fantasy, game, greenfoot, java, maven, role-playing-game, rpg
- Language: Java
- Homepage: https://lfuelling.github.io/soultraps
- Size: 1.58 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Soultraps: Greenfoot RPG
![Screenshot of first level](screenshot.gif)
## About
Soultraps is a 2D RPG made with Greenfoot.
It's more like a technical POC/playground than an actual game but still fun to play.
### Story
You are a magician (![player image](src/main/resources/images/player/player_walking1.png)) exploring a strange world where planes of existence are connected by portals (![player image](src/main/resources/images/portal/portal1.png)). You meet an alchemist (![player image](src/main/resources/images/alchemist/alchemist.png)) (among other people) who is in search of the legendary golden potion (![player image](src/main/resources/images/golden-potion.png)).
You also discover that some portals (![player image](src/main/resources/images/hell/portal/portal1.png)) are sending you to strange, hellish places with castles in them. Unfortunately you are not able to step through the flames that appear whenever you get too close to them.
Maybe the inhabitants of the world you are exploring can be of some help?
### Mechanics
- A single level consists of 128x128 tiles of 16x16px.
- In each level is a portal to another (the "next" as there is no way back) level.
- The level is randomly generated each time the player enters a portal
- The items collected in each level are saved throughout the game
- Every level contains a savepoint (this also persists the level)
- When restarting the game after saving, a "Load Game" button will appear
- Possible directions are: up, down, left, right### Controls
- Walk
- Up `w`
- Left `a`
- Down `s`
- Right `d`
- Attack
- Up `↑`
- Left `←`
- Down `↓`
- Right `→`
- Interact
- Start conversation `f` (only for friendly mobs)
- Next message `space`
- Use item selected in HUD `r`
- Drop item selected in HUD `t`
- Change item selected in HUD `q`/`e`## Third Party Stuff
- Skyrim Font by [DarkX ShadowX21](https://www.dafont.com/de/darkx-shadowx21.d5582)
- Daedra Font by [Levi Webster](https://www.dafont.com/de/levi-webster.d7357)
- Forest Tiles by [surt](https://opengameart.org/users/surt)