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

Terminal RPGView game page

Inspired by Stick RPG, a game I played a long time ago.
Submitted by stay_alive — 1 day, 31 minutes before the deadline
Add to collection

Play game

Terminal RPG's itch.io page

Results

CriteriaRankScore*Raw Score
FUN | Was this game satisfying to play or did it bring you joy?#882.2143.500
MOOD | Did this game have atmosphere, or did it make you feel something?#891.8973.000
IDEA | Was this game innovative, or did it use interesting mechanics?#931.8973.000
Overall#1031.5812.500
AUDIO | Did this game have great music or sound design?#1080.6321.000
VISUALS | Did this game have nice graphics, art or design?#1101.2652.000

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

How long has this Project been going?
I started this about two weeks ago, right after finishing my other small project I have uploaded on here. Had a lot of fun making it.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted (4 edits)

Tried to use the Python 2.7 that came with Blender to run it and failed. It didn't work because it needs Python 3.
Guess I'll try it later.
PS: You can build binaries from Python code by using http://www.pyinstaller.org/

Submitted (5 edits)

Oh come on... at least include everything (libraries and all) or have some base values in case it's missing.

Traceback (most recent call last):
  File "main.py", line 9, in <module>
    import gdax  # crypto prices for game currencies lol
ImportError: No module named gdax

Modified it so the price was always 1 (didn't check where it was used)
Went to Work, then Classes and got up to Manager.
That was cute and realistic, despite not being what I expected.

Developer

Thanks for playing, yeah i had some ideas of what i was going to do with this game that didnt end up panning out, that gdax library isnt even used anymore... sorry that you had to debug to get it working. This is the first time I have put out my games for other ppl to play so I need to learn more about making sure they work on every computer (not just mine).

Submitted (5 edits)

No problem, it was easy enough to modify since it wasn't used. But of course having something that just works is better.
By the way, I was inspired by your games into making a Text Terminal Simulator for Javascript as a personal "How hard can it be?" challenge. You can find the result at https://gitlab.com/vimino/JerboaTTS

Developer(+1)

Thats interesting. I've starred it on gitlab. Maybe I will implement the games I made in python to run in your javascript terminal when I have some free time. Nice work, I tried the demos and they work as expected!

Submitted(+1)

Took the opportunity to reference your game and add some notes. :)

Submitted

Looks interesting, but is there any way to make it more user friendly? An executable or something would be very nice, or html version on the itchio page.

Developer

I think there is a way but i didnt plan on it in the beginning of this game and it would take some reworking of the code (porting from python 2 to 3). If I find myself with some free time I can work on this and will comment again to let you know if I complete it.