Log In  
[back to top]

[ :: Read More :: ]

I'm going to post my entries for TweetTweetJam 4 in this thread.

Let's start with something easy:

1. Avoid the worms

Cart #avoid_the_worms-0 | 2020-05-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

A game in 560 characters of code​ for TweetTweetJam 4
Avoid the hungry worms and collect as many hearts as you can. Your score is the number of hearts you get.

_set_fps(60)h=0
::s::s,l,p,t=0,0,{{1,1.9}},0
x,y,c,d=64,32,32,32
::_::cls()t+=.003
if(l<flr(t))p[l+2]={.2+rnd(1.2),.2+rnd(1.5)}l+=1
for j=1,#p do
color(2+j%10)q=p[j]
for i=0,.1,.01 do
k=t+i
a,b=q[1]*k,q[2]*k
r=62*sin(a)
u,v=64+r*cos(b),64+r*sin(b)
circfill(u,v,2)
end
end
if(btn(0))x-=1
if(btn(1))x+=1
if(btn(2))y-=1
if(btn(3))y+=1
x,y=mid(6,x,122),mid(6,y,122)
if(pget(x,y)!=0)h=max(h,s)cls(8)flip()flip()goto s
?"★",x-4,y-3,12
?"♥",c-4,d-3,8
if(mid(c-6,x,c+6)==x and mid(d-3,y,d+3)==y)c,d,s=6+rnd(116),6+rnd(116),s+1
?"s: "..s.." h: "..h,0,0,13
flip()goto _
P#75857 2020-05-05 17:05 ( Edited 2020-05-05 21:06)

[ :: Read More :: ]

Cart #rawepemaze-0 | 2019-05-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

(Also playable on itch.io!)
This was made for the second TweetTweetJam, hosted by @eggnog!

A game inspired on the classic Slap Dab for the ZX Spectrum. Only 559 chars of code, so it fits in 2 tweets. Due to reaching 560 char limit, many features have been removed. But hey, there's still a room you have to paint, angry monsters that spawn close to you and chase you. Monsters can only move over painted tiles. Have fun!

P#64442 2019-05-15 19:26

[ :: Read More :: ]

Cart #skyprocgenchurro-1 | 2019-01-13 | Embed ▽ | License: CC4-BY-NC-SA
4


Trying some simple procedural terrain/cave generator. Results should look like Voronoi volumes. It's using random points, so generated terrain/cave is often pretty ugly.

k for a new one.

P#60801 2019-01-13 22:30 ( Edited 2019-01-13 22:35)

[ :: Read More :: ]

Cart #ntuhuzuzu-0 | 2019-01-13 | Embed ▽ | License: CC4-BY-NC-SA
2

I'm learning Voxatron 0.3.5b API
Not sure if anyone else has ever created a vanishing cheese in Voxatron before...
K resets the cheese. Have fun!

P#60800 2019-01-13 21:24 ( Edited 2019-01-13 21:25)

[ :: Read More :: ]

Recently, I had an idea about a game in which you use a boomerang to freeze swarms of enemies. I thought I could make it in less than 560 characters (and submit to TweetTweetJam) but I was wrong. At least, it wasn't a complete failure, as I found the boomerang mechanics rather interesting. So I supposed I could share my experiment to get some feedback or suggestions about implementing something similar in a proper game.

The game is plain simple: survive as long as you can. You can freeze/stun your enemies throwing them the Legendary Boomerang of Ice. If an enemy is hit, the boomerang comes back to you. It also comes back when it reaches its maximum range. If you hit an enemy already frozen, the freeze effect is extended. As time goes by, new enemies pop up (frozen for a few seconds) and also their speed increases. A frozen enemy doesn't kill you but makes the thrown boomerang return to you. Different colours give information about enemy status. Enemies overlap because... because they want to.

Cart #59115 | 2018-11-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

P#59116 2018-11-17 16:33 ( Edited 2018-11-17 21:33)

[ :: Read More :: ]

A simple "test your driving skills" game in just 560 characters (two tweets). You control not one but two cars at the same time. You must keep both of then on road. Keys: S/F/Left/Right.

Sorry, I couldn't get it ready in time to upload this game to #TweetTweetJam. Anyway, enjoy!

Cart #59103 | 2018-11-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

P#59104 2018-11-17 08:01 ( Edited 2018-11-17 13:03)

[ :: Read More :: ]

This is my entry for #TweetTweetJam: a platformer game in 559 characters.

Cart #59078 | 2018-11-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

P#59079 2018-11-16 15:09 ( Edited 2018-11-16 20:11)

[ :: Read More :: ]

This is my first try at a metaballs effect in Pico 8. A bit disappointing: too much noise. Maybe I should consider using ordered dither instead of random noise. Doing internal calculations at a higher precision and then converting to 16 colors is also an option, but no way to make it work @60fps fullscreen.

I have just noticed there's a previous cartridge which did a very good job drawing metaball outlines: Metaballs (Demoscene Effect) by samuelks

Cart #58753 | 2018-11-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

P#58754 2018-11-04 05:03 ( Edited 2018-11-05 01:55)

[ :: Read More :: ]

ZX Spectrum allowed enabling XOR pixel operation for drawing routines and text. Some interesting interference patterns could be achieved this way.


P#58710 2018-11-03 06:11 ( Edited 2018-11-03 19:40)

[ :: Read More :: ]



Code adapted from: a 3d fractal kleinian sphere

P#58625 2018-11-01 13:43 ( Edited 2018-11-03 22:13)

[ :: Read More :: ]

Cart #57577 | 2018-10-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

P#57578 2018-10-05 19:15 ( Edited 2018-10-10 19:24)

[ :: Read More :: ]

Recently I've been trying to overlay several gfx layers in different ways to get something useful.
Well, this is what you get when you combine layers using OR binary operator... bitplanes!!!

Cart #55814 | 2018-08-28 | Code ▽ | Embed ▽ | No License
2

P#55815 2018-08-28 15:40 ( Edited 2018-08-28 19:42)

[ :: Read More :: ]

Cart #49042 | 2018-02-06 | Code ▽ | Embed ▽ | No License
3

This small Pico-8 tweetcart280 (278 chars in code editor without comments) is my homage/demake of Spike Dislike by Jayenkai. You can find the original one and lots of other games he has made here: agameaweek.com

Have fun!

P#49043 2018-02-06 16:35 ( Edited 2018-02-09 22:05)

[ :: Read More :: ]

Cart #44806 | 2017-10-01 | Code ▽ | Embed ▽ | No License

Hi!

I'm new to Pico-8. I've been learning from the great carts very talented ppl publish here at Pico-8 BBS. I've just seen a demo doing pretty colorful spirals and wanted to test myself doing something similar in a per pixel color fashion.

The code is a pretty slow unoptimized version without look up tables or palette reordering, but, hey, it works!

Use left/right/up/down to tweak parameters.

Have fun!

P#44807 2017-10-01 07:28 ( Edited 2017-10-01 11:28)

Follow Lexaloffle:          
Generated 2024-04-20 04:02:51 | 0.170s | Q:52