Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Rednorka

7
Posts
10
Followers
7
Following
A member registered Apr 25, 2017 · View creator page →

Creator of

Recent community posts

thank youuu!!!

Yup!

There’s a theme change every 15 minutes (nothing for every 5 minutes specifically :p)! As for 100 coins, you have to find out yourself ;)

Looks stunning! Can’t wait to see more of it.

I have a small quality-of-life suggestion for Android: allow reversed landscape rotation. Some controllers (ones wrapping sides of the phone like Gamesir X2) work well with that orientation only.

Use Z on your keyboard for jumping. It’s by default on any PICO-8 game.

I don’t plan to post any of my PICO-8 games on Lexaloffle BBS at the moment. But if I get in the mood, I wanna do it in a better, cooler way or so.

(1 edit)

Thanks!

PICO-8 includes stat() function allowing to get some extra values, including time!

“A PICO-8 cart can access the current time of day, in the host system’s local time zone:

stat(90) -> year, e.g. 2018 stat(91) -> month of year, 1-12 stat(92) -> day of month, 1-31 stat(93) -> hour of day, 0-23 stat(94) -> minute of hour, 0-59 stat(95) -> second, 0-61 (usually 0-59, see note below) A corresponding set of values, but in UTC time, are available at stat(80) through stat(85).” - https://pico-8.fandom.com/wiki/Stat (PICO-8 Wikia)

Additionally, getting week day uses special formula you can find on my Twitter somewhere!