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

Cart #stretch-1 | 2022-09-06 | Code ▽ | Embed ▽ | No License

This is my first attempt at a real game, and it is still a work in progress.

Tell me what you think about it!

P#116971 2022-09-06 14:56 ( Edited 2022-09-06 14:58)

[ :: Read More :: ]

Cart #peg_solitaire-15 | 2022-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6


This is my first PICO-8 cart! Enjoy!
It is a simple implementation of the classic board game Peg solitaire. I made this as an exercise to familiarize myself with PICO-8.

Rules

You can jump a peg over an adjacent peg into a hole, removing the jumped peg.
Your goal is to empty the board, except for a single peg in the marked hole.

Move count

Consecutive jumps with the same peg are counted as a single move.
Try to solve the puzzles in the least number of moves!

Keys

Arrows: Move your cursor
Arrows while holding X: Move a peg
Z: Undo last move

Tip: To make consecutive jumps with the same peg, just hold X and press the arrows you need.


Credits
Many board designs, especially those based on hexagonal grids, were inspired by this very nice website by George Bell:
http://www.gibell.net/pegsolitaire/index.html


Changelog

v1.1:

  • Added support for boards based on hexagonal grids
  • Added the triangular board

v1.2:

  • Fixed: a board was not solvable
  • Added boards based on hexagonal grids
  • Minor graphical improvements

v1.3:

  • Added the possibility of editing the starting configuration of the pegs
  • Minor fixes
P#105190 2022-01-16 18:51 ( Edited 2022-01-22 18:28)