Clojure Pong
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Julian Leyh 149a05e22b
first version of state map, draw paddles and ball, handle keys
2 years ago
dev initial commit after 'lein new' 2 years ago
resources/public initial commit after 'lein new' 2 years ago
src/clong first version of state map, draw paddles and ball, handle keys 2 years ago
.gitignore initial commit after 'lein new' 2 years ago
README.md initial commit after 'lein new' 2 years ago
project.clj initial commit after 'lein new' 2 years ago

README.md

clong

A game project developed with minicosm

** Development

To get an interactive development environment run:

lein figwheel

A browser window will be launched running from clong.main on http://localhost:3449. Auto-reloading with Figwheel is enabled, however do note that because of peculiarities with the behavior of canvas elements and some of the internal JS event hooks, manual reloading on a change may still be necessary.

License

Copyright © 2020 YOUR NAME HERE

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.