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

Cart #hakegefiso-0 | 2019-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

A clone of mine sweeper! Arrows to move the selection, Z to flip a square, X to plant a flag!

First flip is never a bomb, so have fun!

I'm actually proud of these sprites:

[0x0]
[0x0]

[0x0]
[0x0]
[0x0]
[0x0]
[0x0]
[0x0]
[0x0]
[0x0]

[0x0]

P#66657 2019-08-13 20:41 ( Edited 2019-08-13 20:43)

[ :: Read More :: ]

A quick implementation of the 10 times tic tac toe! Arrows select the grid, Z to place a piece. Player 1 and player 2 alternate.

Missing stuff:

  • You always start from the middle game
  • Nothing happens if you win/lose the game
  • There is no real enforcement of the rules, apart from the "you can only play in this grid".

Rules (from boardgamegeek):

Each cell of the 3x3 grid of the master-game is broken into a 3x3 grid for a mini-game of Tic-Tac-Toe. You play each mini-game of Tic-Tac-Toe normally to try and win that cell in the Master grid.

There is a twist to normal Tic-Tac-Toe play however. The first player can place their piece in any of the 91 min-board squares on the board. After that each player must move to the mini-game which their opponent sends them.

  • So if the first player plays in the top right square of one of the 9 mini-games, then the opponent must play their move in the minigame in the top right Master cell. Subsequent play follows the same rule.

  • There are two exceptions to this however for which you get an open turn and you may place your piece on any tile you like.

    • Your opponent sends you to a tile that has already been won (either by you or them).
    • Your opponent sends you to a tile which is full, and hence a tie.

Cart #narubihefa-0 | 2019-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

P#66656 2019-08-13 20:37 ( Edited 2019-08-13 20:43)

[ :: Read More :: ]

Cart #puzibimepu-0 | 2019-06-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Found some time to play around with pico8 again! Here's a simple game: dodge the bullets!

P#64949 2019-06-02 12:39

[ :: Read More :: ]

Cart #fasudabewi-0 | 2019-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Yo, here is a version of the next game I'm working on! It's a dungeon exploration game, kinda like a roguelike, but without any procedural generation lol (at least for now). I am still learning so I didn't want to cram too much stuff into it.

Let me know what you think!

Controls: Use the arrows to move. Move in the direction of an enemy to attack.

P#61083 2019-01-22 04:54 ( Edited 2019-01-23 01:35)

[ :: Read More :: ]

Hey! Just sharing my first game in pico-8: a snake clone!
Snake is a game with a special place in my heart, so I wanted to try do a version of it. Loving pico-8!

Cart #yarunakj-0 | 2019-01-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

P#60789 2019-01-13 11:00