Log In  
Follow
Yesyoor

Indie Game Developer/ Pixelartist/ Freelancer
Germany

All games/ tools are for free, but any support is appreciated a lot!
Support me here ♥

Play

Download Pico Map Viewer


Hey folks, I made a little tool to display and save Pico-8 graphics of your *.p8 files:

You can download it

-HERE:

It will save the spritesheet and map separately as .png files.

I hope you enjoy it!

2
2 comments



Apple's star wars on pico-8

Cart #starwars_apple2_challenge-0 | 2020-01-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

There are 5 ranks to climb up.
Kill the enemy ships and don't let them escape.

Thanks @dw817 for this challenge!

To find the other carts of this challenge click HERE

Controls

You can shoot Lasers or Torpedos on c/v or z(y)/x
-Lasers cost 1 energy fired on Z(Y) / C
-Torpedos cost 2 energy fired on V / X

Move the crosshairs with your arrow keys.

Aiming

The aiming is pixel perfect for the white enemy parts
-The laser checks for 1 pixel and you have to aim very precisely
-The torpedos checks for 5 pixels in a "+" formation.

3
1 comment



Cart #recursive-0 | 2019-12-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

A little program simulating recursion graphically.

Controls

  • Y Button to call the function
  • X Button to finish ( go back ) a function call.

It is only a simulation. So it should not be possible to go back and forth but I had to stop the calls and thought it would be funny to have some control during the process.

1
5 comments



Cart #snowy_window_cat-3 | 2019-12-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Snowy Window is a Christmas Theme Snow Simulator.
The snowflakes and the fire of the candle is generated
Music by @Gruber , thanks @dw817 !

Controls

  • press C to disable snow stacking
  • press Y(Z) to enable snow stacking
  • Up / Down Arrow keys to change the speed separately
  • press Left / Right Arrow keys once to change the wind, hold it to speed up and blow the candle

Some debug tools are included:

See it here:

Cart #snowy_window_cat_debug-0 | 2019-12-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

[ Continue Reading.. ]

4
8 comments



Cart #cos_sin_visualisation-2 | 2019-12-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Credits to @MBoffin for inspiring me to code this too

Controls:

  • Press X to toggle Autopilot / Manual Control
  • Left arrow key -> turn cclockwise
  • Right arrow key -> turn clockwise
3
5 comments



Cart #cooling_particles-0 | 2019-12-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Inspired by @dw817

Controls:

-Arrow Keys to move

// comment cls() call in draw method for those effects:

3
7 comments



Endless Underground Snake 2.5.D

Cart #endless_snake_2_5_d_v2-0 | 2020-04-18 | Code ▽ | Embed ▽ | No License
6

Endless Underground Snake is online!

I've made some great changes to the game, including endless gameplay with hundreds of different, procedurally generated levels, an ability to dig underground, a tutorial intro screen as well as a mini-map. For future updates I plan to fill those rooms with new creatures and paths.

If you want to skip the intro screen hit Y/Z
I hope you enjoy!

Updates:

[hidden]
April 2020 Update: Fixes
- minor fixes concerning collision detection
- pause 1 second after collision
- Input reworked and GUI implemented

March 2020 Update: Snake goes underground
- endless gameplay
- hundreds of possible levels
- procedural level design
- ability to go underground
- changed doors/ spider AI
- added a mini-map

Jan 2020 Update: implemented help arrows

Nov 2019 Update: implemented reset function

[ Continue Reading.. ]

6
14 comments