Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.
 
 

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi play

A Skeleton Multiplayer project

This project was first put together for the October 2013 uSwitch London Clojure Dojo.

To get started:

lein run

or play in the repl

lein repl
(user/go!)    ;start server
(user/reset)  ;reset server

Build your own game

The bulk of the game play has been left blank so that you can build your own game. The essential files that you need to "fill in the blanks" include:

  (ns multiplay.game.core)  ;; clj
  (ns multiplay.views.arena) ;; cljs

Acknowledgements

The skeleton code was graciously provided by 3rd place Clojure Cup 2013 team:

Torus Pong

License

Copyright © 2013 Christian Blunden

Distributed under the Eclipse Public License, the same as Clojure.

About

A skeleton multiplayer game engine to demonstrate clojurescript, web-sockets and core.async

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors