Log In  

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

Cart #37390 | 2017-02-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

so, here you go, I made a remake of all those keyboard famiclone solitaire games.

so.
you got a cart with some educational stuff on the cart.
one of the games was a port of solitaire, looking and sounding like that (or a version with palm card deck, windows 3.1 styled titlebar, blue background and without auld lang syne in background, but I had that one)

original cart by r1sc.
mod by Adrian Makes Games.

ALSO ON ITCH.IO:
Clickity click!

(CC) 2016 Adrian Makes Games. Made with love.

6
1 comment





A medieval, European noble names generator

Just my little sunday production. Names generated will sound authentic but are not actual persons.
Includes : Anglo-saxon, French, Germanic, Spanish, Italian and Polish-Lithuanian (credit arian09_01) cultures.
Feel free to reuse the code to save time making your RPG or (grand?) strategy game.

4
4 comments


Cart #37361 | 2017-02-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


Cart #37443 | 2017-02-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
13

Added a lot to the game, including multiple levels, a second tileset, larger maps, and a prep screen. Next I'll (finally) add enemy AI, and a few story bits.

Cart #37354 | 2017-02-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
13

I started playing Fire Emblem Heroes and have become hooked on the game's simple yet addictive gameplay. So naturally I tried turning it into a pico 8 cart.

This was also a great opportunity to test saving sprites as data strings, and converting them in real time to increase the number of sprites I can have in the game.

This is still very much a work in progress, so let me know what you think of it so far.

13
6 comments


Cart #37638 | 2017-02-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
20

1.03 changes block switching behavior so that switching from an active but ill-fitting block will stow the intersecting blocks beneath instead of the active block.

Cart #37573 | 2017-02-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
20

1.02 update offers modest difficulty relief via visual indication of enclosed spaces which aren't sized to fit blocks.

Cart #37387 | 2017-02-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
20

[ Continue Reading.. ]

20
0 comments


Robot Uprising is a Tower Defense style strategy game. Protect the last human base from the attacking robots by placing ground traps or weapon towers.

Accrue metal by destroying robots, or using Metal ground traps. Metal is precious, spend it wisely on your defences... or be personally responsible for the extinction of the human race.

This is a work in progress. Currently the first 8 levels are designed. Another enemy robot type, and hopefully a few

Update:

  • when you die, you continue from the current level rather than having to restart from the beginning.

Cart #51087 | 2018-03-31 | Code ▽ | Embed ▽ | No License
6

6
5 comments


better late than never! ;)

Cart #37768 | 2017-02-24 | Code ▽ | Embed ▽ | No License
17

I was unhappy with it at the time, but it seems I mostly fixed it eventually :)

(update: fixed score saving, paddle beep, added (x) to turn the machine on/off)

17
3 comments


Cart #37339 | 2017-02-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


496 tokens, originally intended for collab16 jams (too late for #1 and too big for #2)

older version (30Hz):

Cart #28278 | 2016-09-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

5
0 comments


Cart #37333 | 2017-02-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

NOT A GAME

Algorithmic Botanic, showing how the sunflower florets sprout. It's called the Phyllotaxis.

Press Left and Right to change the florets' size, Up and Down to mess around with the algorithm. It's a really beautiful thing.

When the algorithm is the "right" one, an exclamation mark show up at the top.

5
1 comment


Hey everybody! I'm new to Pico-8 dev, so for a quick project to learn the ropes I threw together a class that lets you program your button-based logic with an event handler, rather than by polling. It probably sucks because it could potentially do a lot of polling, and I used a closure instead of setmetadata to implement the OO (I'm new to both Pico-8 and Lua) but I figured I'd throw it up here in case it could benefit someone.

Here are the features:

  • Notifies on button pressed, passing the button number and player number
  • Notifies on button released, passing the button number, player number, and total frames the button was pressed
  • Can retrieve the current number of frames a button has been pressed at any time
  • Number of players can be specified on instantiation, so that only buttons for valid players are polled

Cart #37321 | 2017-02-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


Hi all, I've published the first installment of my visual novel "My Guild Leader Is A Demon", which has a soundtrack made mostly in the Pico-8 tracker (a few bits are NES chiptunes I had made before I began this project). You can download the executable for Win/Lin/Mac or watch it as a youtube video: https://0xabad1dea.itch.io/mgliad1

I have the .p8's (and some others I've done) stored at https://github.com/0xabad1dea/0xabad1dea.github.com/tree/master/pico8 if you want to play/inspect them, however, please note that only "tutorial", "raindrops", "castleruins" and "wistful" are allowed to be reused/remixed under cc attribution.

1
1 comment


100
by Agent
Cart #37298 | 2017-02-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

My first (somewhat) functional game in Pico 8. It's just that squashy game from the tutorial except you have to get to 100 to win. Gotta start somewhere right?

Anyway if anyone has any resources for learning to code in Lua in regards to Pico 8 it would be much appreciated.

Thanks.

1
0 comments


A basic implementation of Conway's Game of Life. A zero player game which simulates the life of a cell with very basic rules.

https://en.wikipedia.org/wiki/Conway's_Game_of_Life

Any live cell with fewer than two live neighbours dies, as if caused by underpopulation.
Any live cell with two or three live neighbours lives on to the next generation.
Any live cell with more than three live neighbours dies, as if by overpopulation.
Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

Cart #37294 | 2017-02-08 | Code ▽ | Embed ▽ | No License
2

2
0 comments


Cart #37491 | 2017-02-15 | Code ▽ | Embed ▽ | No License
27

just a little game I came up with. should be suitable for children :)

updated: a few nitpicks

edit: "Meow Mix" music converted thanks to kittenm4ster! too good not to be true ;)

27
9 comments


Cart #37281 | 2017-02-08 | Code ▽ | Embed ▽ | No License
1

This a simple application of the flood fill recursive algorithm.
As having a table (2D array) to keep the pixels of the screen in memory is slow and pico-8 is out of memory pretty quickly, all the pixels manipulations are done through read/write of the screen ram and the user ram.

1
0 comments


Cart #37244 | 2017-02-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

This is a collab of Neko250's Poly Spiral and a remake of the song We Are Number One - Lazy Town covered by DMP. I tweaked the spiral slightly by adding changing colors.

4
4 comments


Cart #37330 | 2017-02-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

at least the music is neat?

Cart #37241 | 2017-02-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Just...trying to figure out what the heck this is

1
0 comments


by
Cart #37239 | 2017-02-07 | Code ▽ | Embed ▽ | No License


this is...wow

1
1 comment


Github repo

I was tired of navigating through all my code in a single file, so I made a simple tool for building carts code from multiple smaller files.

Nothing fancy as of now, but I hope it can save some people some time.

3
0 comments


Cart #37218 | 2017-02-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

A small cart I've made to make my scroll shooter game development easier.

It's a pretty custom editor, and it's definitely not finished, but you might find it useful if you want to write your own editor.

If you have a good idea about improving this, please, post it down here.

6
8 comments




Top    Load More Posts ->