Log In  
Follow
Wackerly
[ :: Read More :: ]

Cart #senasapiga-0 | 2021-01-16 | Code ▽ | Embed ▽ | No License


A no-frills implementation of a 3x2x1 Rubik's-style twisty puzzle.
No bells or whistles were harmed in the making of this cartridge.
(Hopefully I did it right.)

Controls:
(^) spin top cubies
(v) spin bottom cubies
(<) spin left cubies
(>) spin right cubies
(x) spin middle cubies
(o) reset

P#86506 2021-01-16 08:36 ( Edited 2021-01-16 08:37)

[ :: Read More :: ]

Cart #wudawupota-1 | 2019-10-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


A crude test program to emulate the HDMA behaviour of the SNES.

Current features:
--background tiling
--scrolling background
--scaling background
--changing scaling between drawing lines

Runs VERY slowly.

UPDATE: changed a bit of code to fix some graphical errors. (Don't do math on indexes. It causes issues.)

P#69211 2019-10-23 19:57 ( Edited 2019-10-24 01:02)

[ :: Read More :: ]

Cart #55225 | 2018-08-16 | Code ▽ | Embed ▽ | No License
1

Just testing out some sprite art that I made. Don't look directly at the code without personal protective equipment.

P#55226 2018-08-16 00:48 ( Edited 2018-08-16 04:48)

[ :: Read More :: ]

Cart #32670 | 2016-11-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

This is an experiment to test my understanding of handling collision detection for a large number of items on the screen. I'm proud to say that this cartridge can handle ~90 large bubbles or ~200 small bubbles before skipping draw frames (visible slowdown). The code is kind of messy, so if you need help interpreting what it does, let me know.

Controls:
Up and Down: adds or removes 1 bubble
Left and Right: adds or removes 10 bubbles
X button: switches between large and small bubbles
O button: resets the program

P#32671 2016-11-21 07:05 ( Edited 2020-04-16 04:14)

[ :: Read More :: ]

Hello, peoples! This is my first Pico-8 cartridge (as well as my first game project I completed to a point that it could be called 1.0). Yes, it's the PONG-esque tutorial game from Picozine #1, but I added a few things that the tutorial did not cover including:
-3 music tracks
-An intro screen
-A game over message
-random starting angle
-variable angle changes based on where the ball hits the paddle
-speed-up button
-bonus lives awarded every 500 points

This took about 8 hours on and off to code and was completed within 14 hours. What a long day it was! 8(

Enjoy!

-Wackerly

Cart #31017 | 2016-10-16 | Code ▽ | Embed ▽ | No License
6

P#31019 2016-10-16 06:47 ( Edited 2016-11-21 11:50)