Skip to content

clojurescript tetris - stripped down T3TR0S

Notifications You must be signed in to change notification settings

phronmophobic/t3tr0s-bare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T3TR0S-bare

This is a bare version of single player T3TR0S, because we miss the accessibility and simplicity of its code before features become a priority.

An example of running tetris with sci graalvm.

tetris

Play with the REPL

  1. Follow the membrane example instructions.
  2. Connect to the repl
  3. Run the namespaces in the following order: board.clj, rules.clj, paint.clj, core.clj
  4. From the core namespace, run (init) to start the game.

About

clojurescript tetris - stripped down T3TR0S

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 97.7%
  • HTML 2.3%