Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Retropixie

14
Posts
3
Topics
1
Followers
36
Following
A member registered Apr 01, 2021 · View creator page →

Creator of

Recent community posts

Thanks a lot for your feedback! (First comment goes a long way🥇)! I wanted to test a unic concept, and it's definitely on its way to PICO-8. It will pass through various prototypes and testings to validate the fun, just to be sure i don't release a piece of 💩😁.

Thanks a lot for your comment! For sure, next step for me is to create the game. I also like your pixel art in your GDD 💖, will you also make the game in PICO-8?

Thank you so much for giving us all this opportunity! Please more of it! It's a great way for us all to learn by practicing, on the side of the great course you provide. 🙌

Outstanding art! I love it! 💖

(3 edits)

Hi folks!

Bloom or Doom Game Design Document is my entry in Nerdy Teacher's first Game Design Jam. It's my first time posting in itch.io and a game jam altogether.

I'm glad to present to you this game idea of an RTS Tower Defense game for the PICO-8 platform, where the fairy realm is clashing, fairies and flowers against evil creatures coming from a dark swamp. You must grow your land and garden over the corrupted mud, revealing precious resources. You play as the Great Fairy of the Flowers, sent by the god Pan himself to protect the Great Tree, but you are not alone, you will be helped by an army of tinker fairies in this battle between light and darkness.

The cave tiles are not in the package.

Oh thank you for your feedback! Your comment means a lot!

I have a related question. On the itch.io page, there is this field that ask the classification of the project. The options are :

  • Games
  • Game assets
  • Game mods
  • Physical games
  • Album & Soundtracks
  • Tools
  • Comics
  • Books
  • Other

I'm hesitant on which to select between Game assets, Books, and Other. Any suggestion ?

Thanks for this clarification, it's very well explained and cristal clear! 😊

(2 edits)

Question regarding color palette limitations for PICO-8 GDD:

I noticed in some example GDDs that custom color palettes are being used, sometimes mixing colors from both the standard and hidden PICO-8 palettes. As I'm working on my game's visual design, I'd like to clarify a few technical points:

1. Are we limited to exactly 16 colors total for our game, or can we use a different number?

2. Is it technically possible to use colors from both the standard and hidden palettes within a single sprite in PICO-8? If so, is this achieved through code manipulation?

3. For the purpose of creating a realistic GDD, what palette limitations should I adhere to? Should I keep my designs within the standard 16-color palette, or can I incorporate hidden palette colors as well?

I want to ensure my visual design concepts are technically feasible before including them in my GDD. Any clarification would be greatly appreciated!

I've uploaded a game made with Unity 2018.2.10f1. On the executable, all works fine, but on the web version on itch.io, i can validate navigation in the menus of the game with the spacebar (keyboard) and the A button (Xbox Controller), but when the game starts, none of those works (spacebar and A are mapped to "fire", but i can only move my character, not shoot.

The fire button is well defined in the input windows, it's set to correspond to spacebar on the keyboard and A button on the Gamepad (well, as i said, it works well on the executable). On the script that manages shooting, it starts with this condition:

if (Input.GetButtonDown("Fire1") && fireReady == true && fireOn == false)

Have anyone an idea of why it doesn't work ?

Thanks to take the time to answer! All the best for your PhD! Hope to see you then back to itch.io 🙂

Hi Ric!

I followed all this serie like a year ago, with the videos you did on Youtube, and i wonder, how is everything going since then ? Are you working on something new ? Is Pixelarium still selling, and do you still consider it interresting for a passive income, in retrospective ?

Wish you all the best! You really motivated me to just jump in the unknown and get my hands dirty with posting pixel art packages.

Yes, any pixel art tile sets and spritesheets would work just fine in unity 🙂