Log In  
Follow
aquova

I am a professional software engineer who secretly has no idea what he's doing.

Sixlets II
by
Snowman
by
Piconian
by

This is a minor typo in one of the help docs, but when running help pset or help pget, the example function uses sget/sset rather than its pixel cousins.

4
2 comments



Cart #aquova_quick_draw-0 | 2022-11-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

My entry for #pico1k, it's a demake of the Quick Draw mini-game from Kirby's Adventure. Press Z to begin the duel, then wait for the right moment... and press X to defeat your opponent! There are five Kirbys to beat, each harder than the last!

1
1 comment



Cart #sixlets2-1 | 2021-04-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

This is another basic puzzle game I made for my girlfriend. The point of the game is to try and get as many points in 90 seconds by making a path through a grid of colored tiles.

Pressing O allows you to rotate up to five tiles at a time, and pressing X attempts to draw a path through the grid. Only tiles of the same color as your start tile count when following the path. They also yield more points, but are destroyed if hit. If your path doesn't hit any other tile of the same color, nothing happens (to prevent people from holding down X to win :p )

6
0 comments



Cart #ff_aquova-0 | 2019-10-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

I made this probably a year ago when I was first learning how the Pico-8 music editor worked. I only just realized that I had never updated it (I also forgot that I had finished it), so here we go! It is a recreation of the menu theme for Final Fantasy.

8
1 comment



Cart #aquova_simon_says-0 | 2019-05-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

I forgot to upload this before, but this is a game made in under 560 characters for the second TweetTweetJam. This is simply Simon Says. When the background is green, watch what the computer does, then when the background changes to purple, repeat the process.

The only controls are the D-pad for each of the four lights.

0 comments



Cart #aquova_huck_dunt-0 | 2019-05-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

A version of Duck Hunt made for #TweetTweetJam 2 in 557 characters.

Use the mouse and click to shoot the ducks. There are 9 rounds, try to get them all before they fly away!

1
2 comments



Cart #picosketch-0 | 2019-04-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

I was bored in class today, and had an idea for a quick Etch-A-Sketch simulator.

Up/Down/Left/Right to control, or you can switch to a more "authentic" Etch-A-Sketch experience by switching the controls with the "Change controls" option in the menu. L/R will then move left/right, Z/X will move down/up.

Shake the canvas by using the "Shake" option in the menu.

It's not really meant to be anything special, but I haven't posted in a while.

6
2 comments



Cart #aquova_snowman-3 | 2018-12-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Snowman

by aquova

Try to build the largest snowman in this appropriately themed puzzle game!
There are 20 levels to play and to try to get the best score.

Controls

D-pad: Move player
X: Hold to reset level
Z: Select options

6
2 comments



Cart #aquova_pipes-0 | 2018-12-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

A pseudo-tweetcart of the Windows/terminal screensaver pipes.

6
0 comments



Cart #56693 | 2018-09-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6


Enjoy this Pico-8-ified version of the Bongo Cat meme, complete with terrible placeholder music! Feel free to use this to your heart's content.

6
1 comment



Cart #55658 | 2018-08-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
17

UPDATE 2: I went in and added parallax scrolling! I'm very pleased with how it turned out. This will probably be the final update to the game, as I've now completed everything I was interested in doing.

UPDATE: Based on feedback, I've added the option to add a border or background around the minimap. The option can be seen in the pause menu (press []). I also added a sash that shows what level you're about to begin.

My first real Pico-8 game! It's a clone of the classic arcade game Bosconian, which has always been a favorite of mine. I'm really happy with how it turned out. There's a few things that I might eventually revisit, and the music is sort of terrible, but all and all not bad for my first fully fledged game.

X to shoot,

[ Continue Reading.. ]

17
7 comments



Cart #54193 | 2018-07-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


A small little program to play Conway's Game of Life in. It supports randomly populating the screen, as well as creating your own designs with an editor.

I started out making this as a quick little project, but I ended up also using it to figure out how a title screen menu would work.

1
0 comments



Cart #50502 | 2018-03-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


After looking at some Outrun art earlier today, I was inspired to try my hand at some as well. I quite like how this turned out in the end, although there's a few small visual things I could probably tune up. I did make a tweetcart version of the program w/o the buildings in (just barely) under 280 characters. I might use this as a visual to later try and make some appropriate music using Pico-8.

The shimmering sun effect was based on a similar effect done (better) by user Svetlana here on the BBS.
https://www.lexaloffle.com/bbs/?tid=30532

0 comments



Cart #49164 | 2018-02-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


This is the first platformer I've made on Pico-8, featuring a character created on the Stardew Valley Discord for its first anniversary. It's pretty rough, but for a first attempt I'm rather pleased how it turned out.

As you could also guess, it's based heavily on the platformer example from the second Picozine.

0 comments



Cart #48610 | 2018-01-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


A test in making 3D graphics within Pico. I'm pretty pleased with the result, although the shader isn't working well enough to show off here.

4
1 comment



Cart #48530 | 2018-01-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

This was the very first thing I made in Pico-8, and so I've decided to upload it. Some of the code is a little funky, such as using sprites to make the Red Spot instead of using the same method used to make the other stripes, but I was still learning the ropes.

3
5 comments



Cart #48489 | 2018-01-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

A fun little visualizer that I made. You can change the rotational speed to get different effects.

3
0 comments