Skip to content

jcdlbs/simple-clojure-game

 
 

Repository files navigation

Simple Clojure Game

Another simple game to practice clojure and clojurescript.

Build Status

Usage

# Install plugins and dependencies based on project.clj
lein install
# Compile Clojurescript and crossover code
lein cljsbuild once
# Start an HTTP server on port 3000
lein ring server
# Navigate to: http://localhost:3000/game.html

Tests

lein test

Development

bundle install
guard

Browser Repl

# Starts a server listening on port 9000 which the game page 
# can communicate with. Run after `lein ring server`
lein trampoline cljsbuild repl-listen

Media

8c8eb47 0b1d1da gameover

About

A clone of the game Tetris Attack in Clojurescript.

Resources

Stars

Watchers

Forks

Packages

No packages published