hello! my name is rob and i'm a musician and graphic designer but I have been learning to code over the last 2 years. This is my first post on the BBS, as well as my first video game! so please be nice and don't hesitate to reach out with feedback or questions!
INTO THE DARKNESS! is a roguelike game with 15 different enemies, 9 different weapons to pick up and 4 unlockable/upgradeable classes!
Finished my last vacation surfgame project during my current vacation. Added a nice startscreen, results, persistent highscores and polished gameplay. Entirely* made at the beach and the pool on my pocket chip device.
With nice california beach tunes from dirk aka cloudriver.org
Have fun!
*OK, not the sound. This was done later at the pc. :-)
Hi, this is my pico-8 debut. Brutal Quidage, freely inspired by ZX Spectrum game Fantastic Voyage.
You have to fight aggresive desease.
Control micronaut and kill everything you see.
Large blobs produces small enemies, which transform into blobs when mature.
Find shield and activate it for help with infested areas.
Do not overheat your gun.
controls:
movement - arrow
z - shoot
x - shield
hold x for map
Enjoy
This thread is intended for the sake of researching particular (and most likely undocumented) parts of PICO-8's STAT(), that @zep didn't reference in the PICO-8 manual. The cartridge above also shows a new way for PICO-8 game devs to read the root-folder cartridge list with LS() (you must be on the desktop PICO-8 and your root directory must have at least 1 cartridge).
If you, Zep, know anything about the STAT() numbers not seen in the manual, can you tell me what they are for? People have figured out these for the BBS 101~104:
- STAT(101) -> BBS ID (nil for local carts)
- STAT(102) -> Site name (blank string in exported HTML's, nil in desktop PICO-8 builds and exported binaries)
Hc Svnt Dracones!?
Yes, I know it's latin for "Here Be Dragons" but it's also the name of a furry-themes role-playing game currently on it's second (MUCH improved) edition, but that has a character creation system that involves some number-juggling at times as you start with an amount of XP to spend on a broad sheet of bonuses, and juggling the numbers can be taxing even for the math-inclined.
So... I re-implemented it more like a video-game skill tree, though without any deeper details of what the various parts mean yet.
Controls?
X toggles rectangles
Left/Right decrease/increase a given row
Up/Down switches between rows
Future Plans/Changelog
There's quite a few more sections I need to implement, and taken by itself this one 'screen' won't make much sense I admit; I do plan to implement most/all of HSD character creation on this tool as I have time.
Note: This is a game I released June 24, 2018 for Proc Jam 2018.
Help Atom Girl defeat waves of enemies trying to stop her as she races through space. Use her ability to change into a ship and back to blast her foes into stardust.
How to play:
Directon keys: Move ship/robot around
'Z' key (O on mobile): Shoot
'X' key: Change between ship and robot form
Tips:
-
Atom Girl's ship form has a smaller hitbox, so she can dodge enemies more effectively. In addition, the lasers she shoots as a ship move quickly.
-
Atom Girl's humanoid robot form can't dodge enemies as well, but she gets a triple shot that can destroy enemy waves with ease.
-
Stay on the left or middle of the screen; otherwise, enemies are likely to surprise you.
-
Only 1 enemy and the boss can shoot at you, so take advantage of this.
-
The boss can only be hit with shots aimed at his core. Destroy the shield in front of it first to expose the vulnerable core. Destroy the core!
- The boss has two separate attacks which he switches between. Use the ship's smaller hitbox to dodge his slower shots.
This is our contribution to the Outline 2019 demoparty (See https://www.pouet.net/party.php?which=652&when=2019 for the other entries, there were other PICO-8 stuff). It's also my first ever PICO-8 cart. :-) And it's a birthday demo to @xxx!
Detailed credits and more info are on Pouet.
Thanks to @Nodepond for his pic2pico.rb script and to @kometbomb for his fadetable. Greetings to @jobe. :-)
EDIT: fixed link for Outline 2019, looks like the formatting code doesn't like having the ampersand character (&) in URLs...:(
If you port your PICO-8 game to any European languages other than English, you might want to include some character accents, which doesn't work by default since PICO-8 only supports ASCII characters (plus some special ones in the unused range between ASCII and ISO-8859-1).
My work here is based off of Zep's post from a couple weeks ago about Latin accent printing (by including special characters in front of plain ASCII characters to indicate accents). My code goes a step further by offering a way to save your strings with the real accent characters included, and then encode them so they can be printed properly. This way your text is a bit more readable in the source file.
I slightly modified Zep's original print function by changing the :
control character to @
since I needed :
in my printed text. The general rule, if you want to add new encoded characters to this system, is to pick a control character that won't be needed in the actual printed text.
You hail from a dairyless world, void of cheese and butter. On your quest, you come across a planet riddled with the necessary provider to bring dairy back to your planet: the cows of Earth.
Your objective is to grab as many of the cows as you can, before the Earthlings make an attempt at your life.
Ghost Rally
Game
The game is a race-against-yourself rally game. It features accurate rigid body physics and car handling.
Goal is to beat yourself every lap!
Enjoy racing as in the 80's, whith over powered cars very close to the public!
tip hitting any of the lil' dudes:
[0x0] | |
warning the game is complete yet the car handling is really picky - I am releasing it as is, as I can't tweak the gameplay without breaking the physic engine :/