On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

ryuzaki_mrl

11
Posts
1
Topics
3
Followers
7
Following
A member registered Apr 26, 2017 · View creator page →

Creator of

Recent community posts

For the time being, I've added the game's source code to the downloads. It may be of some help.

Currently I'm not having the time to work actively on the engine, but what I plan to do is to eventually add comments describing how every class works. Even then, there are some things I still need to do in order for it to be usable by others, such as releasing tools for generating fonts and other data based on my file formats (RZFT and RZDB). In its current state, it's not at all intuitive, and a quick tutorial wouldn't be enough.

I'm using my own game engine written in C++ (https://github.com/Ryuzaki-MrL/MinimalismEngine).
I ported the engine code to the 3DS and Switch via devkitpro (which is a homebrew toolchain, not an official SDK). Devkitpro provides the tools for building a 3DS or Switch executable.
I'm not actually building a .cia because I haven't made a banner for the game, and that is required. The 3DS version is a .3dsx and requires a homebrew launcher.

Ah, I see... My GPU doesn't support OpenGL >3.1

Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: OpenGL is not supported by the video driver.
        at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.createDisplayPixelFormat(LwjglGraphics.java:355)
        at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setupDisplay(LwjglGraphics.java:249)
        at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:144)
        at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
Caused by: org.lwjgl.LWJGLException: Pixel format not accelerated
        at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
        at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
        at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:253)
        at org.lwjgl.opengl.Display.createWindow(Display.java:306)
        at org.lwjgl.opengl.Display.create(Display.java:848)
        at org.lwjgl.opengl.Display.create(Display.java:757)
        at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.createDisplayPixelFormat(LwjglGraphics.java:347)
        ... 3 more

I couldn't get it to work :/

I have Java 8 installed. Do I need something else?

I think the enemy encounter rate is way too high, and sometimes I ended up interacting twice to something because I pressed the same button when prompted to "press any key to continue". Otherwise it's a nice game and I like the sexy text interface!

Still working on the player and enemy graphics, but mechanics are quickly taking shape.

Title.

I can't seem to find your game on ludum dare.

Done. Thanks for the feedback :)