https://github.com/quillraven/masamune
A turn based action RPG written in Kotlin using LibGDX and LibKTX.
https://github.com/quillraven/masamune
2d box2d kotlin libgdx round-battle rpg
Last synced: 9 months ago
JSON representation
A turn based action RPG written in Kotlin using LibGDX and LibKTX.
- Host: GitHub
- URL: https://github.com/quillraven/masamune
- Owner: Quillraven
- License: other
- Created: 2024-05-19T17:47:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-18T07:04:57.000Z (about 1 year ago)
- Last Synced: 2025-08-30T23:43:45.094Z (10 months ago)
- Topics: 2d, box2d, kotlin, libgdx, round-battle, rpg
- Language: Kotlin
- Homepage: https://quillraven.github.io/Masamune/
- Size: 264 MB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://kotlinlang.org/)
[](https://github.com/Quillraven/Fleks)
[](https://libgdx.com/)
[](https://github.com/libktx/ktx)
[](https://www.mapeditor.org/)
# Available on itch.io
itch.io [link](https://quillraven.itch.io/masamune)
# Masamune
In Masamune you play the hero **Alexxius**. Your home village was
safe for many decades thanks to your ancestors' magic and the **Masamune** sword.
However, the darkness seems to return and the protective magic of the sword is fading.
This is where your story begins...
### Controls
- Move with W/A/S/D
- Interact with SPACE
- Open menu with CTRL_LEFT
- Close/Cancel menu with CTRL_LEFT or ESCAPE
### Screenshots
### Credits
- [ImageMagick](https://imagemagick.org/index.php)
```
// split Idle.png and Walk.png into single frames
magick '.\Idle.png' -crop 16x16 'idle_%02d.png'; magick '.\Walk.png' -crop 16x16 'walk_%02d.png'
// combine images together in a tile layout
// in this example two 16x16 images are combined into a single image with 1 image per row and 2 rows in total (=-tile 1x2)
magick montage .\FlagBlue16x16.png .\FlagGray16x16.png -tile 1x2 -geometry 16x16+0+0< -background none Flags.png
```
- PowerShell
```shell
// rename files called idle_40.png, idle_41.png to idle_00.png, idle_01.png, ...
// used in combination with image magick scripts from above
$i=0; Get-ChildItem "idle_*.png" | Sort-Object Name | % { Rename-Item $_ ("idle_{0:D2}.png" -f $i); $i++ }
```
- [Ninja Adventure Asset Pack](https://pixel-boy.itch.io/ninja-adventure-asset-pack)
- [8-Bit Fantasy Adventure Music Pack](https://xdeviruchi.itch.io/8-bit-fantasy-adventure-music-pack)
- [Cherry Cream Soda font](https://fonts.google.com/specimen/Cherry+Cream+Soda)
- [Fipps font](https://www.dafont.com/de/search.php?q=fipps)
- [Typing label](https://github.com/rafaskb/typing-label)
- [RPG Icon Pack](https://clockworkraven.itch.io/free-rpg-icon-pack-100-accessories-and-armor-clockwork-raven-studios)
- [JRPG Collection](https://opengameart.org/content/jrpg-collection)
- [Minifantasy Dungeon SFX Pack](https://leohpaz.itch.io/minifantasy-dungeon-sfx-pack)
- [jsfxr](https://sfxr.me/)
- [Effect and FX Pixel Part 11](https://bdragon1727.itch.io/64x64-pixel-effect-rpg-part-11)
- [Effect and FX Pixel Part 12](https://bdragon1727.itch.io/effect-and-fx-pixel-part-12)
- [Effect and FX Pixel Part 13](https://bdragon1727.itch.io/effect-and-fx-pixel-part-13)
- [Effect and FX Pixel Part 17](https://bdragon1727.itch.io/64x64-pixel-effect-rpg-part-17)
- [Free Pixel Art Weapon Icons](https://medievalmore.itch.io/free-weapon-icons)
- [Cut Scene Intro Song](https://opengameart.org/content/mystical-theme)
- [Kenney input prompts pixel](https://kenney-assets.itch.io/input-prompts-pixel-16)