Skip to content

jared-cone/roctris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roctris

Roctris is a minimal clone of a popular video game, created to learn the Roc programming language.

It has only been compiled and tested on Linux Mint 22 (Ubuntu 24.04)

Installation

  1. Download and install Roc, either from source or from the nightly build.
  2. Build the host: roc dev --linker=legacy ./platform/main-build.roc
  3. Build and run Roctris: roc dev --linker=legacy ./game/roctris.roc

Playing

  • Spacebar to start the game from the intro screen
  • Left/Right arrow keys to move
  • Up arrow key to rotate
  • Down array key to move down one space
  • Spacebar to drop to the bottom
  • Q or ctrl+c to quit

About

Small terminal game to practice the Roc programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors