Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

cmower/blockudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockudoku

My PyGame implementation of Blockudoku.

Gameplay

Blockudoku is a game that mixes ideas from Tetris and Sudoku. In each turn you place Tetris-like items in non-colliding positions. When a full column/row or 3-by-3 block (in Sudoku-like locations) are full then they disappear and you can place items in those blocks again. Each time blocks dissapear, your score goes up and the goal is to get as high score possible until there are no positions left.

Requirements

  • Python 3
  • PyGame, install using $ pip install pygame

Run

$ cd /path/to/blockudoku
$ python main.py [OPTIONS]

Options:

  • --nocursor: optionally show the cursor
  • --altmusic: play alternative music track
  • --nosound: music is not played

About

My PyGame implementation of Blockudoku.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages