Welcome to the Chasm of Screams
"Unceremoniously thrust out of stasis, you exit the derelict jumpship and land on the slick tarmac of a waterborne facility. Heavy rains and rolling waves batter the rusting catwalks of this ocean rig. Lightning storms and crumbling megastructures dot the horizon.
Skeletal claws and glowing eyes lunge from the shadows. They hunger for your soul.
Someone or something is tight-beaming you a basic combat survival guide via an open frequency:"
- Use the arrow keys to navigate the environment. Move into enemies to attack with your melee weapon.
- Use X to interact with objects that you are standing on top of, such as picking up a new weapon or descending stairs.
- Use Z to enter aim mode. Use the arrow keys to highlight an enemy with your reticle, then press Z again to fire your ranged weapon.
- While you are in Aim mode, press X at any time to cancel Aim mode.
"Mission Objective: Infiltrate Level 7 of the rig and defeat all monsters within."
Hello everyone, this game is my first coding project ever. It is a simple combat-focused roguelike with a aiming mechanic for using ranged weapons. I have been poking at it on-and-off for a while now to self-teach myself Pico-8 and LUA. I figured it was time to "finish" it and upload it instead of spending forever picking at every possible bug and feature. The code I've written is really bad (REALLY bad) but I'm happy to have something that actually works from start to finish. At the start of the code I've credited anyone who I borrowed code snippets from or otherwise got inspiration from their carts/tutorials. Thanks for taking a look and I hope you enjoy!
- RaptorBandit
Notes: Unfortunately the music sounds pretty funky via the web player in chrome. I recommend downloading the cart and playing it locally.
Updated to version 1.1 2020/07/21
-fixed runtime error line 80 tab 3
Congratulations on your first coding project! Making a roguelike is quite challenging and I think you crushed it
First text-display pico-8 rougelike that I actually enjoy playing. There’s a few rouge-like/text games out there but none of them have a bunch of unique songs, slick text, particle effects, etc. I may not be very good but this was pretty fun. Might have to come back to this one ^_^
it says
runtime error line 80 tab 3
add(rain,createrain())
in mapgen line 80 (tab 3)
in create_level line 7 (tab 3)
in _update line 179 (tab 0)
at line 0 (tab0)
i dont know what todo...
Unfortunately it looks like the latest version of pico-8 (v2.1b) broke something. The game worked fine in v2.0c. I will try to look into it.
Fun little old-skool rouge-like cart you've got here! Familiar and intuitive controls with plenty of action and discovery... and thanks for the example code.
Nice.
enjoyed the dungeon crawler/rouge-like! got 781 steps, 53 kills and finished it level 7!
I just adore the simplicity and super old-school style of this rouge, really charming work for a first project, love it!
[Please log in to post a comment]