PICO-1K Jam
- Welcome to the first PICO-8 "1K" Jam (#Pico1k) ππ€
- Make cool things in PICO-8 by using only 1024 characters* of code
- It can be a...
πΉοΈ Game
ποΈ Demo (Animated or Interactive)
π οΈ A Tool or Utility
...whatever you can fit within 1k, basically! - It's a relaxed, non-competitive jam, running for a whole month
- See the Rules below for details & check out the Resources for getting started
π Rules
- Your entire entry must be <= 1024 characters* in PICO-8
- This count includes spaces, brackets & comments
- TIP: Use the Char Count in PICO-8 for ref
NOTE: PICO-8 displays Token Count by default, left-click to cycle to Character Count
- No pre-defined PICO-8 data allowed
- No Sprites, Map or Sounds or external files - ALL content must be created using code submitted
- Glyphs such as μ and β
are fine (but "Byte Counters" participants beware - see below)
- TIP: Copy+paste your code into a new PICO-8 window to test it still works as expected
- Have fun & be nice! π
- This is intended to be a fun & relaxed jam, but your mental and physical health should always come first
- Be nice to each other (for more details, see Berlin Code of Conduct)
π¨βπ» *(Optional) "Byte Counter" Rule
- Your entry's code must be <= 1024 bytes in total (...one for the "purists" π€)
- NOTE: Double-byte characters, such as PICO-8 glyph symbols (β,π
ΎοΈ) & other special chars use >1 byte each
- TIP: Use this byte counter to easily check
β FAQ
- Is there a prize for the winner?
- Nope, this jam is non-ranked & non-competitive - it's just for fun (we're all winners!)
- Is there a theme?
- Nope, you can make whatever you want.
- Can I generate Sprite/Map data in my code, then use SPR()/MAP(), etc. to draw?
- Absolutely, 100%!
- Essentially, if your code created the content - it's allowed
- How do I submit an entry?
- Instructions are provided when you click to [Submit your Project]
- Also, see Resources below for help Publishing your project.
- Can I submit more than one entry?
- Yes, absolutely - you have a whole month to play with.
- Can we update our entry after submission?
- Sure, nothing worse than finding bugs later on!
- But please keep any entry updates to within the jam period
- Where can I ask more Q's / share my progress / create a team?
- In the Community tab at the top of this page
- On the official PICO-8 BBS/Forum, in the Jam category
- On the PICO-8 Discord, in the "#game-jams" channel
- On Twitter, using #Pico8 hashtag
π Resources
- Reference
- Examples
- Tips
- Tools
- Publishing
π¨οΈ P8SCII is your friend
- P8SCII Control Codes are a recent feature of PICO-8 and they are perfect for optimising chars.
- With a few chars in a PRINT("") - or it's shorthand ?"" - statement, you can:
- For example, they could be used to draw "sprites" made from chars codes
(instead of pre-drawn sprite data, which is against the rules)
- Also be sure to check out the PICO-8 Wiki for good explanation of P8SCII Control Codes.
π "Show me what you got!"
Finally, don't forget to share your creations (or WIP), using the hashtag #Pico1k πΌοΈπ€³
- TIP: You can record a GIF in PICO-8 by pressing F3 to start + F4 to stop/save
Shout-out to Andrew Reist for creating TweetTweetJam, which as well as being my fav jam in the calendar, ultimately inspired me to create PICO-1K Jam - as a way to allow more scope for char-based entries, while also (potentially) making it more accessible for beginners. π