Log In  

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

I have been using tiles as a placeholder, as I have not yet learned how to work with collisions. At the moment, I am trying to figure out how to replace sprite 34 with sprite 35 when the player interacts with it. Any help is appreciated.

Cart #46344 | 2017-11-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #49475 | 2018-02-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Cart #46349 | 2017-11-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Cart #46344 | 2017-11-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


by gigs
Cart #46336 | 2017-11-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


Hey all so I posted a cart so you can see what I am facing here:

I have the town with buildings that have collision coded into them with the doors coded to take the player to another room which is admittedly hacked together.
What happens is the player is then transported(sorta) to a new location - yet when I move him around in the 'new' zone there seems to be residual collision code which prevents total freedom of movement for the player.

Any better ways to go about this? I want the player to enter the brown zone and be able to freely move around at will.

Thanks!

8 comments


Hello erreybuddy. I don't have a specific project I'm working on or anything, but it's been bothering me that I don't understand how this works. I do have a pixel that oscillates properly, but I do not understand my own code, so I don't know how to approach having the pixel start at a different point in the oscillation cycle, without the amplitude changing. Here's my current code.

f=0
function _update()
 f+=5
	y = sin((f)/100) * 8 +64
end

function _draw()
	cls()
	pset(64,y,7)
end

If any smarty-pantses could explain why this code works to me like I'm a child, or how to have the pixel start at another point along the wave without changing amplitude (the x and y values of the top and bottom of its current pattern of movement), that'd be great.

I do feel bad asking for something without contributing to the community. Hopefully someday I can give back a little. Thank you all.

2 comments




I updated it again to improve performance and cut on trap updates.



So I made this little game with a bunch of funny stuff. I used the collision code from Collide by Zep because I'm a bit lazy. :P

There seems to be some performance issues online, but on my computer there isn't any problem. I'm not sure why.

Also, one the monsters doesn't load in the game, weird.

Anyhow, have fun with it, you can make a whole new map with the tileset and it's supposed to work without changing the code except for a few things :

-To spawn the monsters, you need to place the first sprite, otherwise the code doesn't recognize it.
-Also, monsters will copy the tile to their left under them.
-The world is 128x36, but you can go beyond, and rooms are set to 16x12. You need to go change the map and camera inputs in the draw function if you want a different room size.
-Victory condition is reaching the bottom of the map, but you can change it in the update function.

You can also change the sprites if you want, but try not to move them, because they have specific uses in the code, like sprite 26 is a spike trap, sprite 56 is a chest that gives bombs, etc.

Anyways have fun making your own little game :).

edit 1 : P.S. : score doesn't work either on traps and doors, weird :c.

edit 2 : This is a repost, because I'm bad at this and posted an older version of the cartridge. It should play fine now. :')

3 comments


Cart #46292 | 2017-11-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14

Just a small tech demo showing a omni-directional split screen.

14
6 comments


I thought of an idea for a jam


The idea is that no sprites are maps can be used
Tweet finished cart to @SmallTestAcount

Rules
Restrictions
•Text only
•Image hack is not allowed
•No built-in drawing type functions allowed (ex: rectfill, circfill, line, etc...)
•No rule loopholes
•No sprites
•No maps
Suggestions/Allowed
•Cls() is allowed
•SFX and music are allowed
•All file sizes allowed
•Glyphs are suggested
•All colors are allowed
•Dev kit mouse is allowed if you wish to use it

•Remember to use #TOjam
•Must be finished by Dec 31st at midnight

Have fun

--Nov 14--

4
10 comments


I was thinking about this for a while, but how cool would be having a NEW command, that simply creates a new cart?! For now, I've created an empty cart in my root dir, called it new, and using LOAD NEW, SAVE NAME.

What do you think?

3 comments


Cart #46270 | 2017-11-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

This is a mostly-finished implementation of Game of Life. I might clean up the arrays to make it more easily scalable, or I might just leave it as-is. Enjoy!

2
0 comments



Spritesheet Generator Demo is a cartridge that demonstrates how to save on-screen graphics into a cartridge's permanent sprite memory. Useful for programatically generating sprites. It is not a useful/playable cart; it is intended for use as example code.

Includes a standalone setsprites() function to use in your own projects (which must be followed by cstore() to save permanently to the cartridge). Also includes a replacement circfill() function (not stand-alone) in order to render the intended example graphics.

(Also, my first upload to the BBS.)

3
3 comments


Cart #46244 | 2017-11-13 | Code ▽ | Embed ▽ | No License
21

Bumble Bots is a difficult puzzle action game. It features sixteen levels, ranging from pure action to challenging puzzles and anything in between.

The game is self-explanatory. You will encounter new elements and learn new tricks as you go along.

Be warned, this is a tough game. I expect only few players to reach the end. Are you one of them?

Challenges:

  • Complete all 16 levels
  • Beat the hi-score
  • Beat the virtual hi-score
  • Complete all 16 levels in one go

Did you reach the end? If so, feel free to share a screenshot of the end screen to proof it.

21
19 comments


Cart #46225 | 2017-11-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


A valid description will come later, but in short, I'm computing the minimum spanning tree (in blue) and a solution of the traveling salesman problem (in red).

You can hide the blue tree with btn_4 (<c> on a keyboard).
You can hide the red path with btn_5 (<v> on a keyboard).

1
0 comments


I've been working on a PICO-8 zine over the past few months as part of a gamedev workshop series I'm doing with PIGSquad. (You may remember my call for art to include in the zine.)

I'm happy to announce that it's now released! We did a run of printed copies for attendees of the workshop, but I've released the PDF version on itch.io for anyone who wants to use it. You can get it from here:

https://mboffin.itch.io/gamedev-with-pico-8-issue1

I'll be doing a second printing via Kickstarter soon. Not as a money-making thing, but rather just a chance for anyone who couldn't make it to the workshop to get a printed copy (or copies).

Anything in the zine with code has an accompanying cart included in the sample code download for the zine. Over the next couple of weeks, I'll be walking through the examples and tutorials from the zine on the livestream I do on PIGSquad's Twitch channel every Tuesday at 6pm PST. These livestreams are saved in PIGSquad's video on demand archive, so people can watch later if they'd like.

[ Continue Reading.. ]

16
6 comments


Cart #46209 | 2017-11-13 | Code ▽ | Embed ▽ | No License
17

Simple 3D renderer that supports triangles, lines and points.
Biplane model made using Blender.

Getting it to stay at 60 fps was pretty challenging! Ended up using electricgryphon's "fast" triangle fill method ;)

17
6 comments


Cart #46202 | 2017-11-12 | Code ▽ | Embed ▽ | No License
5

Saw a Game Grumps episode where they talked about the C64 version of the song, and I loved it. Thought I'd make my own, with some adjustments.

Hope you enjoy!

5
3 comments


Cart #46200 | 2017-11-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15

This Is my first of hopefully many pico-8 games. Its a 2-4 player fighting platformer.

STORY
It is the year 5,000,000,000 AD. The last remnants of humanity are on a narrow rocket ship crashing into the sun. The same sun that swallowed up the earth millennia ago upon expanding into a red giant.

Now is your chance. Be the last man, even if just for a moment. SUPER KILL EACH OTHER.

CONTROLS
Arrows move left and right and climb ladders.
(x) Jumps
(o) Punches

OBJECTIVE
Don't fall into the fire. Make sure the other players fall into the fire.

[ Continue Reading.. ]

15
5 comments



! Devkit mouse is can be used but gamepad is still available

This is an experimental thing I've made in under an hour.
You can add notes by left clicking or Z key, remove with right click or X

Arrow keys can be used for cursor movement (spawns a second, more stylish cursor)

2
0 comments



this was a fun exercise. the timing in the original song made it a huge challenge to make a chip tuney version, but i think it is recognizable! Lemme know what yall think. feel free to make it better!

2
0 comments


Cart #46192 | 2017-11-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

This is a translation of my Twitter bot BRUTAL.EXE to the PICO-8. It generates fractal architectural geometries and renders them using a ray-marching algorithm. It's not the fastest thing in the world, but it can do some nice effects.

I made this as part of ProcJam 2017.

8
1 comment


Cart #46248 | 2017-11-13 | Code ▽ | Embed ▽ | No License
8

8
0 comments




Top    Load More Posts ->