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.



