Skip to content

lisp-mirror/fruktorama

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Fruktorama 3 Lisp Edition

Quick overview

Fruktorama is a Tetrislike game where the player tries to match at least three of a kind either diagonally or orthogonally.

Start screen

Fruits are dropped from the above and can be rotated to make matches easier. Each time a block of fruits moves down the player gets one point.

Fruits dropping

Each diagonally or orthogonally row of at least three fruits of the same kind will be removed. Points are scored as ten times the number of fruits removed.

Reaping fruits

If the player gains enough points they'll be admitted to the highscore list.

Enter name

The highscore is saved locally.

Highscore