PICO Poker (and framework demo)

pico_poker.p8While working on my Pico-8 RPG, I decided that it would be nice to put together a simple game to work out any issues with the PICO-8 Framework I’ve been working on. To this end, I put together PICO Poker, a simple video poker game (with self drawn terrible art!)

The framework is based on XNA’s game component system, and allows you to compartmentalize your code to focus it on a specific task instead of tracking game states across a huge chunk of code. I’ve included the P8Coder source file (a nice little utility for working on large projects).

No sound, because I’m awful with the sound editor.

Consider the code (and the graphics) as CC0. Utilize them in your own projects however you wish. If you want to mention me or link back to the blog, great. If not, that’s fine too!

Download the P8C file here : Download

(NOTE: The game itself has been moved inside a “Read More” to keep it from beeping every time the page loads)

Bookmark the permalink.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • Advertisement