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

Cart #28197 | 2016-09-08 | Code ▽ | Embed ▽ | No License

It's just a Tic-Tac-Toe game.

Rules :

  • Do a line with 3 cross/circle to win

To add later :

  • AI to play against the player
  • Add music/sound effect (SFX when drawing a cross/circle is pretty annoying)
P#28198 2016-09-08 11:16 ( Edited 2016-09-10 06:52)

[ :: Read More :: ]

Cart #27962 | 2016-09-03 | Code ▽ | Embed ▽ | No License
2

Hi, here is my first PICO-8 game ! (And the first game I ever released)

As you may have guessed, it's a remake of Pong.
I chose to do this game to learn the basics of LUA, and because that's one of the easiest game to code.

There are 2 control options :

  • One for keyboard
  • One for Pocket CHIP/gamepad (since the arrow keys are not at the same position).

That's my first game so the code may not be really optimised.

P#27975 2016-09-03 14:22 ( Edited 2018-03-02 13:18)

[ :: Read More :: ]

Hi, when I press the F7 key (with the Pocket CHIP keyboard) to do a cartridge label it looks like it doesn't do anything. I also tried all the F* keys but nothing works, when I save the cartridge to the .p8.png format the center of the cartridge is just a color, not the picture.

Is this a bug ? Is it mapped on another key ?
Or maybe I'm just stupid and I do it wrong, that's possible ^^'

P#27668 2016-08-29 16:33 ( Edited 2016-09-22 00:54)