Log In  
Follow
Jem_hunter

Cart #spaceexploration-0 | 2020-10-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This is a work in progress cartridge that I started out with an idea for but it progressed out of hand.
I probably won't make a complete game with this. However I am very pleased with how it looks overall.

The spaceship (though it is kind of difficult to tell without a map - below) is designed manually and compressed into a string using run length encoding.

It is probably useful to no-one but it is here in case I or anyone else might find some use of it

1
1 comment



Cart #locked-0 | 2020-09-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

This is a simple implementation of a 2 player abstract strategy game.
The idea behind it was: a strategy game where you don't capture pieces.

The instructions and rules are in the cart (and hopefully aren't too confusing) but the general idea is to stop your opponent from being able to take a turn. This is done by locking all their pieces either outside the board or using your pieces. You can strike locked pieces to move them or free them.

Two players are needed (or you can play against yourself), I wanted to write a cpu player but realised that I don't really know what the strategy for this game is yet, so perhaps that is for the future. You can switch on the second controller from the pause menu or just both use the same controls.

[ Continue Reading.. ]

3
0 comments



Cart #simple_circuits-0 | 2020-06-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

A simple game about fixing very simple circuitry.

Hopefully it should be fairly self explainitory but you might have to do a little thinking for yourself.

Made in two weeks, a twofold task to myself - get it done in time (I originally intended 1 week but that was unrealistic) and actually finish something! :P

This is my first published PICO-8 cart but by no means my first attempt.
I am not really an artist and definitely not a musician so appologies if these are not the best. (You can mute just the music from the pause menu)

I really enjoyed the process of making this and thought I would share it. It is in a finished state but it may need some difficulty tweaking at some point.

I would like to give credit to:

  • nerdyteachers.com for showing me how to do screen shake. Found

[ Continue Reading.. ]

6
0 comments