Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 856 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 856 Bytes

PattyPlay

Game platform implementing tic-tac-toe, sudoku and sokoban. Written in JavaFX.

Preview (Click for video)

PattyPlay Demo

Features

TicTacToe

  • Two-player
  • Swap between dots and crosses
  • Tracks scores across games

Sudoku

  • Select using mouse or keyboard (Arrow keys)
  • [1-9] for assigning a number, [0] to clear
  • Selected cells are yellow
  • Preassigned cells are orange when hovered
  • Red cells indicate illegal assignments

Sokoban

Puzzle where the goal is to move crates onto storage locations

  • Move using arrow keys
  • [Z] to undo, [X] to redo
  • Progress can be stored and reloaded using the 'Save' and 'Load' buttons
  • Bonus: When puzzle is solved, the character can move freely around the screen 😃