millibeckers / pipegame

A simple game where you must rotate the pipes to connect them all. Written in racket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pipe Game

Help! I was trying to make a game in racket, but all of my computer's circuits got scrambled! I need you to help me unscramble all of the tiles and connect the circuits back up again so that I can keep on Racketing. Will you accept the challenge?

To start a game, open and run the pipegame-view.rkt file and type (main), then select your board size and get started!

To start a new game of the same size, press 'N'.

Features

  • Playable boards from size 6-15
  • Turn count tracker
  • Timer
  • Self-contained UI
  • Statistics information that persists across plays
  • Scrollable statistics viewer

Potential future updates

  • Clean up statistics viewer
  • Add mechanism for locking pieces

Additional Notes

This game was written after reading Realm of Racket and so there are places where a slightly odd approach was taken because I wanted the chance to experiment with certain features.

About

A simple game where you must rotate the pipes to connect them all. Written in racket.


Languages

Language:Racket 100.0%