Tweet Tweet Jam 6
TTJ 6 is here!
Same deal as usual, except this time it lasts twice as long!
Quick rundown for the uninitiated:
- Make a game in 560 chars or less (2 tweets)
- No premade cart assets allowed (spritesheet / map / gfx) - everything in code!
- You don't need a twitter to enter
- Multiple submissions allowed & encouraged
Have fun!
TweetTweetJam 5 is here!
Hey everyone, just wanted to announce that TweetTweetJam 5 is starting very soon.
The jam runs from Nov. 4th ~ 11th.
If you haven't entered before, the rules are simple: make a cart in 560 characters of code or less! No assets are allowed (map/sprite data), get creative with glyph prints instead!
Signup on the itch.io jam page here.
The twitter tag is #tweetTweetJam, and there's a bunch of carts on here (the bbs), itch, and twitter for inspiration.
My second entry for TweetTweetJam 4. Chars used: 560.
Rules
Guide your guy to exit ▤stairs while avoiding the 🐱enemies and collecting ♥hearts & ◆picogems.
You can wrap around the edges of the screen - use this to your advantage for stylish dodges and pickups! Though beware: enemies can do this too. Watch your back :)
On each floor, an additional enemy/item will spawn.
Controls
- [⬆️⬇️⬅️➡️] Move
My high score on the final version is about 70◆.
This game was originally intended to be like Zelda, but ended up being more like Robotron without a gun. Enjoy.
Links
Hey there, this is my first entry for TweetTweet Jame 4!
Rules
This is a simple golf game, with procedural courses spanning a bunch of islands, I guess. Get to the hole in as few strokes as possible!
Watch out for water! Should you land on the green or in a bunker your shot power will be reduced.
Controls
- [⬅️➡️] Aim
- [🅾️❎] Swing (hold to charge power!)
Links
Happy golfing :)
P.S. post screens of your favourite courses! Sometimes it generates pretty things.
I was thinking that a really neat feature would be that the primitive shape drawing functions accept tables as arguments. I'm not sure whether that conflicts with Zep's ideals of what the PICO8 environment should be like but I'll list a few pros. First of all, an example of what I mean.
rec={60,60,68,68,14} --basic way to pass rect(rec[1],rec[2],rec[3],rec[4],rec[5]) --proposed syntax rect(rec) --traditional Lua; achievable in PICO8 at the cost of the tokens --required to define unpack --see: https://gist.github.com/josefnpat/bfe4aaa5bbb44f572cd0#unpack rect(unpack(rec)) |
As you can see, this requires far less tokens/characters which is great for tweetcarts and code golf - things that PICO8 really shines at. It would also be useful in larger projects where the bottleneck is usually compressed size/char counts rather than token counts (defining objects is still kinda costly).
It would also be useful for functions like
[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=75873#p) |
Hi, this is my second entry for TweetTweetJam 2.
This cart features endlessly running Sonic, rolling around (...you know the rest), collectible rings, missiles, ring loss/death system, particle trails, high scoring (volatile), Big Doc himself, and realistic mustache simulation.
Controls
- [🅾️❎(ZX)] Jump (edge triggered)
- [⬆️⬇️⬅️➡️] Roll
Hi, this is my entry for TweetTweetJam 2.
This cart features side-scrolling shooting, (super basic) enemies, hi scoring (volatile), and a parallax background.
Controls
- [⬆️⬇️⬅️➡️] Move Ship
- [🅾️ (Z)] Shoot
Rules
Being a tweet jam cart, the game is pretty simple. You're the green ship on the left, bad guys are the red, err, ships, on the right. Build up the highest score you can. Your hitbox is 1 pixel, so no excuses! :P It's possible to cheese since there's no AI, but it's slow and definitely not fun.
As per the rules of the jam no sprites were used in-game, and the code fits into 560 characters (pretty precisely). Hope you like it, feedback welcomed.
Untitled Platformer
v0.1 by Dale James
The game is dreadfully incomplete, but I was encouraged to post it by wessen3000.
Feedback is welcomed and appreciated.
Controls
Left/Right: Walk
Down: Crouch (purely visual for now)
O: Jump
For now there is no real goal, just a tech demo.