Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

KAdventureView project page

An Adventure game engine for Sega Genesis / Mega Drive
Submitted by kakoeimon (@kakoeimon) — 2 days, 11 hours before the deadline
Add to collection

Play tool

KAdventure's itch.io page

Results

CriteriaRankScore*Raw Score
How innovative or original it is#421.8973.000
How much I could potentially use it in the future#471.5812.500
Overall#501.5812.500
How nice it is to use#521.2652.000

Ranked from 2 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

There’s a lot here that I’ll have to go through. Very in-depth tutorial.

I had difficulties getting the example program to build. It would have been nice to have something a little more self-contained, but I realize that might not be practical.

It’s definitely something I’d like to check out when I have more time to devote to it.

Developer

Thanks for trying it out.

If you have any problems with it please  paste the python error and I will be more than happy to help. 


Out of rush I first uploaded a problematic version of it but the version I uploaded yesterday was tested and works as expected. 


Thanks again.

Submitted(+1)

When I ran the build.bat for scream_mr_jack I got the following Warning (but don’t think that stopped anything):

.\kadventure.py:674: RuntimeWarning: Couldn't reach some vertices at src/paths/unweighted.c:367
  p = g.get_shortest_paths(door_room , number)

Trying to run the make file I ran into this error:

C:\Tool Jam\submissions\kadventure\projects\scream_mr_jack>..\..\sgdk\bin\make -f ..\..\sgdk\makefile.gen
make: ..\..\sgdk\makefile.gen: No such file or directory
make: *** No rule to make target `..\..\sgdk\makefile.gen'.  Stop.
Developer

The first part is part of the python-igraph and it's alright. It's how the pathfinding is written. 

The second part I have no idea why it's not working. 

I have to find another computer to try this out . Probably something in my environment paths were used and haven't noticed. 

Thanks for trying this out and sorry for your troubles.

Developer

Can you please try to delete the out directory of scream_mr_jack and try again?

Also I forgot to mention in the tutorial that Java 8 at least is required. Can you check if you have it or install it?

You can download it from here : http://icy.bioimageanalysis.org/upload/jre-8u281-windows-x64.exe

Submitted(+1)

Okay, so changing to the directory sgdk and then running bin\make.exe -f makefile.gen worked and yes I now see I need Java to finish it.

I’m on limited bandwidth so I’ll have wait till later to download it.