Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
jschwieger published a game 6 years ago
A browser game made in HTML5.
Timberman Clone made for the TweetTweet Jam using Pico-8. Currently using 518 characters. t={32,0,64}x=32p=0l=0g=94w=64 function _draw() d() if(btnp(0)and tonum(t[2])!=0)m()l=0return if(btnp(1)and tonum(t[2])!=w)m()l=1return if(btnp(1)or bt...
Ryan Kubik published a game 6 years ago
A browser game made in HTML5.
Features: Move ♞. Collect ♥. Avoid ✖. Controls: WASD to move. This game was written in 558 characters for Tweet Tweet Jam. The challenge was to build a game that would fit in the length of two tweets (560 characters). You can mess wit...
babylon brooks published a game 6 years ago
A browser game made in HTML5.
Wooly Willy My entry into the #TweetTweetJam is a demake of that old classic kids toy filled with iron filings, Wooly Willy. It was created using PICO-8 and the full code comes out to 556 characters. Use the mouse to style Willy's hair. Pre...
A browser game made in HTML5.
A tiny demake of my game Patrick's Cyberpunk Challenge for the TweetTweetJam . The PICO-8 source code fits in two tweets (560 characters). Instructions The object of the game is to move Patrick the Leprechaun around the board and remove all...
Harder You Fools published a tweet 6 years ago
A browser tweet made in HTML5.
A score-attack beat 'em up for #tweettweetjam. Use the left/right cursor keys to move and z to punch.
mamphis published a game 6 years ago
A downloadable game for Windows.
A simple Console game made for the #TweetTweetJam. Use arrow-up and arrow-down to move the player throgh the cave. If you loose, press "Z" to reset the game.
Jessica Turner published a game 6 years ago
A downloadable game.
Enter "WASD" to move around the board. My entry for the #TweetTweetJam using python. The game was done in 551 characters. Here's the code: from random import randint as v def P(m,s): print("Score: ",s) for r in m: for c in r: print(c,end="...
tonetheman published a game 6 years ago
A browser game made in HTML5.
Dodgeit-tiny - This is my TweetTweetJam entry. I am at 597 characters from doing a control A and paste... then counting. Just barely made it. Use the left and right arrow to dodge back and forth and try to make it as far as you can. The sco...
nextlevelbanana published a game 6 years ago
A browser game made in HTML5.
An entry for TweetTweetJam - this is a game that fits entirely into 2 tweets (currently 560 characters). It's sokoban, the classic game of shoving boxes around until you get them all stuck against walls-- or, if you're lucky, getting them l...
Zhaojue published a game 6 years ago
A browser game made in HTML5.
Color swapper is a game where you need to pop off those red O's. In order to do so, just click on one O.
Beep Yeah! published a game 6 years ago
A browser game made in HTML5.
HEK Use the arrow keys to jetpack around and avoid anything red. Yellow crystals increase your score and recharge your jetpack! Post your high score in the comments below. My entry for the first #TweetTweetJam - make a game where the code i...
gmane published a game 6 years ago
A downloadable game for Windows.
A quick build game for the TweetTweetJam 2018. Built in Python in less than 560 characters. You are "p" playing against your opponent, "x" you need to jump to their side of the board before they jump to your side of the board. This program...