Log In  

BBS > Superblog
Posts: All | Following    GIFs: All | Postcarts    Off-site: Accounts

This is a replacement for print() that draws a customizable 5x6 font. It encodes each character as one number, and then loops through each pixel checking to see if that bit is set. So it's not very fast, but is handy if you just want a quick solution for some text larger than 3x5.

Cartridge for generating and testing font:

Cart #font_5x6-4 | 2019-01-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
31

The spritesheet and the convert() function is not needed in the release version of a cart. Paste the following snippet into your code (and optionally replace fdat with your own data):

fdat = [[  0000.0000! 739c.e038" 5280.0000# 02be.afa8$ 23e8.e2f8% 0674.45cc& 6414.c934' 2100.0000( 3318.c618) 618c.6330* 012a.ea90+ 0109.f210, 0000.0230- 0000.e000. 0000.0030/ 3198.cc600 fef7.bdfc1 f18c.637c2 f8ff.8c7c3 f8de.31fc4 defe.318c5 fe3e.31fc6 fe3f.bdfc7 f8cc.c6308 feff.bdfc9 fefe.31fc: 0300.0600; 0300.0660< 0199.8618= 001c.0700> 030c.3330? f0c6.e030@ 746f.783ca 76f7.fdecb f6fd.bdf8c 76f1.8db8d f6f7.bdf8e 7e3d.8c3cf 7e3d.8c60g 7e31.bdbch deff.bdeci f318.c678j f98c.6370k def9.bdecl c631.8c7cm dfff.bdecn f6f7.bdeco 76f7.bdb8p f6f7.ec60q 76f7.bf3cr f6f7.cdecs 7e1c.31f8t fb18.c630u def7.bdb8v def7.b710w def7.ffecx dec9.bdecy defe.31f8z f8cc.cc7c[ 7318.c638\ 630c.618c] 718c.6338^ 2280.0000_ 0000.007c``4100.0000`a001f.bdf4`bc63d.bdfc`c001f.8c3c`d18df.bdbc`e001d.be3c`f3b19.f630`g7ef6.f1fa`hc63d.bdec`i6018.c618`j318c.6372`kc6f5.cd6c`l6318.c618`m0015.fdec`n003d.bdec`o001f.bdf8`pf6f7.ec62`q7ef6.f18e`r001d.bc60`s001f.c3f8`t633c.c618`u0037.bdbc`v0037.b510`w0037.bfa8`x0036.edec`ydef6.f1ba`z003e.667c{ 0188.c218| 0108.4210} 0184.3118~ 02a8.0000`*013e.e500]]

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=60769#p)
31
4 comments


Cart #dollarone_bossfight-0 | 2019-01-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

I did a game for http://onehourgamejam.com - although I spent way more than an hour.

The game is a JRPG about annoyed coworkers and their boss. Can you win this "Boss fight"?

1
2 comments


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

Controles :
X/V : Attack

Description : This game is my birthday gift to a friend of mine. Happy Birthday Kuro , and thanks for having been our friend for so long.

1 comment


The old way you type out in "concole" with @ making text objects no longer works.
How do you do it now? Access fonts, type, define a default font etc...

Thx a lot
/D

2
1 comment


How would i go about, writing a script to change rooms on button press?
I tried to use an old "switch room" script object but it doesn't do what I want.

Switching multiple rooms on a button press, with the same button. Like arrow right to go forward and arrow left to go back.

Hope this make sense.
Thank you.
/D

3 comments


Cart #doyusuyepo-0 | 2019-05-04 | Code ▽ | Embed ▽ | No License
28

Project started following a question on 3d clipping on this forum and quickly spiraled into a full blown 3d renderer with support for real-time shadows and camera space clipping :/

Shadows are calculated in real-time by extruding a shadow volume from each lit face.
Resulting polygons are added to the face and rendered/sorted with the face.

The shadows are globals e.g. self-shadowing is supported, see torus scene.

Performance-wise this is bordering what pico can support, as many clipping operations are required to generate shadow polygons. There is room for optimization (vertex cache, smart selection of clipping planes) left to the reader!

Sources

Project (including how to add custom 3d models) is available here:

[ Continue Reading.. ]

28
2 comments


Hello,
Reading the user manual, I see there are states for actors (in 10.3.1: Common Actor Events).
Is it possible to access those states in lua, like a bool or a function?
Thank You

3 comments


Do I get the coins to come to my Sims game

0 comments


Cart #agility-0 | 2019-01-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
13

Agility

by: ironchestgames

Hello! I accidentally watched Agility Championships this fall and I got the idea for this little game. Enjoy!

Feedback and questions highly welcomed! I need to improve please.

13
9 comments


Cart #pupotuhugu-0 | 2019-01-11 | Embed ▽ | No License

0 comments


Cart #asteroidsprototype-0 | 2019-01-11 | Code ▽ | Embed ▽ | No License

0 comments


Cart #templetombs-2 | 2019-01-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

this is my first game that I'm working on inspired by Tomb of the Mask. So far there's only 3 levels but there's more I want to do with this such as moveable boxes for puzzles and some hazards too.

12
4 comments


I'm looking for a better noise synth - no matter what octave I'm at this one basically sounds the same but a little quieter/louder and I can't get a custom instrument sounding like anything other than a bunch of separate notes. Has anyone figured out how to get a 'crunchier' noise instrument in PICO-8?

I'm not super happy with the 'noise' in this cart, but I like just about everything else. It's just too soft, smooth.

Cart #droqmusic003-0 | 2019-01-10 | Code ▽ | Embed ▽ | No License

3 comments


Cart #smokebreak-3 | 2019-01-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Casual smoking game to smoke at work when you can't smoke at work.

Get a HIGH SCORE: smoke until you're lungs can't hold the smoke,
then let out the smoke all the way and finish the cigarette.

How many cigarettes can YOU smoke at work?

8
4 comments


Cart #charmunch-5 | 2019-06-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

I saw this tweet by Polyducks and felt inspired/compelled to make something like it in PICO-8:

https://twitter.com/Polyducks/status/1082764062998581248

:>

EDIT 2019-05-18: added new version with refined color palette and adjustable speed (using left/right), moved out of WIP

EDIT 2019-06-13: decided I was not quite done with this :p, refined color palette again, adjusted muncher movement, added ability to add/remove munchers, switched to 60 FPS

This is like a screensaver that you can just watch, but it also has some controls:

       O/X change to a new random poop type
   up/down increase/decrease number of munchers
right/left increase/decrease speed
8
0 comments


Cart #downbelow-0 | 2019-01-09 | Code ▽ | Embed ▽ | No License
1

Hello everyone,

First time poster here.

During the last Ludum Dare I made my submission using Pico-8 which was a novel experience for me. It's always nice to have something new to learn and experiment with with time pressure.

Making a game with Pico-8 has been relatively smooth. My biggest scare was when I started building bigger levels in the last few hours, I suddenly realized that some sprite became corrupted. After a brief panic and loading up a recent backup, I dig up a bit to discover the shared memory space between map a sprite. That was scary!!!

Unfortunately I didn't had the time to toy around the tracker to make some music.

Overall it was really nice and I will keep using P8 to make some quick prototype. I love how it forces you to focus on the core of an idea.

[ Continue Reading.. ]

1
2 comments


Cart #superbars-0 | 2019-01-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

I was messing around with my earlier fire demo and found this weird result. Use left and right to adjust the width of the bars, up and down to adjust how fast the bars change colors, X to change the colors randomly, and Z to reset. The rendering is interlaced, which leads to interesting results when you hold down X -- epilepsy warning!

I don't see this being particularly useful, but maybe it could work as a music visualizer.

2
0 comments


Hi everyone, this is my first post.

I received a pico-8 licence as a crimbo present from my brother. I guess it is one of the best presents i ever received!

So i started programming something and i think i got some neat ideas, but for now the only decent thing i'd really want to post online is a little musical thingy. It's just a still image with a looping musical background.
I'm growing proud of this little musical piece and want to expand it, so i started experimenting with the musical tools available in pico8:

Cart #yahetuhuda-0 | 2019-01-09 | Code ▽ | Embed ▽ | No License
1

I think it would be great to be able to programmatically set up audio/musical material, something like "set up pattern n1 into channel m1", but i guess there is no direct way to accomplish it natively. Am i wrong? Maybe there's some pro way to do so using poke and the like, but i have no grasp on such exquisitely advanced techniques, so let me invoke the knowledge of the ancient gurus...

[ Continue Reading.. ]

1
0 comments


So, I've uploaded a GIF three times, and it never has shown up on my Image Files list.
I've tried reloading, and shift+reloading, but nothing's happened.
If anyone knows a fix or why this is happening please give a comment.

EDIT: Images work, but not GIFs. The files fit the maximum amount, I might just not know how to upload GIFs.

0 comments


Cart #daggerjump-7 | 2019-02-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

2/5/2019
Change some music
redesigned the level

TODO:
figure out how to de-couple the background from the level.
currently the entire level is drawn out in the map space. Need to figure out way to draw the levels in code I think, so I can use the map space for the backgrounds of different levels. Currently only enough map space for 1 level...

1/17/2019
added start screen
redesigned enemy and map layout

1/16/2019:
New parallax background implemented, thanks to this tutorial.
Parallax still kinda buggy i think.

changed UFO shoot sound
added explosions on UFO kill
limited dagger lifespan
added UFO explosion sound

[ Continue Reading.. ]

1
2 comments




Top    Load More Posts ->