Skip to content

MercuryRising/sort-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

sort-it

A game for a /r/dailyprogrammer challenge

Written in Python using pygame.

The idea is to play with different sorting techniques.

Currently only bubble sort is implemented.

You grab a rectangle by pressing space bar, and move that rectangle to its correct spot.

Release with another space bar press.

When the list is sorted, you win!

Upcoming features:

  • Ability to select more than one rectangle (mimicking merge sort)
  • Ability to move by more than one space (modified bubble sort)
  • AI to battle you (can you sort in fewer moves than the computer)?

About

A game for a /r/dailyprogrammer challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published