Log In  
Follow
Alberton

Game developer wannabe


Cart #jakub10ext-0 | 2023-03-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Roguelike - 10 lines

It's an extended version of Jakub Debski's 10 liner roguelike for the Atari 800 Turbo Basic XL. Previous port can be found here

Extended features

  • Balanced the weapon damage and pickups
  • Added a spin attack, can be activated with FIRE button (C) but needs 10 rounds before fully charged (hero turns orange color)
  • Added a boss level (lvl 9)

How to play

To win you have to survive to level 9 of the dungeon.

In the dungeon:
웃 - represents your character. Move using joystick.
◆ - gold - collect as much of it as you can.
♥ - healing potion restores 5 hit points

[ Continue Reading.. ]

6
2 comments



Cart #jakub10-0 | 2023-03-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Roguelike - 10 lines

I'v just bumped into Jakub Debski's 10 liner roguelike for the Atari 800 Turbo Basic XL and I knew that I had to port it to Pico-8. So here it is!

Update

An extended version can be accessed (here)[https://www.lexaloffle.com/bbs/?tid=52046]

Pico-8 port

It's a faithful port of the original Turbo Basic XL version. So it's 10 liner too, but I had to made some modifications:

  • the original playfield was 20x20, I had to reduce it to 16x20 because I wanted to use wide characters in the Pico-8 version.
  • I'm using Pico-8 builtin glyphs instead of numbers for the monsters and for the collectables because - you know - I wanted to use the wide characters.

[ Continue Reading.. ]

9
6 comments