Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
68d2c39
--core.cljs
xpika Jan 14, 2014
e8475a8
will only highlight rings with double gaps
logaan Jan 16, 2014
c934b09
--core.cljs
xpika Jan 14, 2014
4208bfc
Merge branch 'master' of https://github.com/xpika/nonaga
xpika Jan 17, 2014
3ac5ff6
setup test file with output to pre
logaan Jan 20, 2014
4b8b57d
removed generated test.js
logaan Jan 20, 2014
4efddc4
fixed failing test data
logaan Jan 20, 2014
aee38ae
removed events comments
logaan Jan 20, 2014
028a7f7
added piggieback for clojurescript support in vim
logaan Jan 21, 2014
00a8a9d
moved instructions into own ns
logaan Jan 21, 2014
4219e5c
notes on splitting up draw ns.
logaan Jan 21, 2014
c992088
hex->svg to draw/util
logaan Jan 21, 2014
f6acf3b
ring, marble to draw/util
logaan Jan 21, 2014
a2d3b0d
marble selected extracted from draw
logaan Jan 21, 2014
f3f58b3
draw marbles to own ns
logaan Jan 21, 2014
c7078b0
pulled draw rings
logaan Jan 21, 2014
b172789
potential and last rings to own ns
logaan Jan 21, 2014
14c768d
alignment of uses
logaan Jan 21, 2014
6509d40
removed refactoring use notes
logaan Jan 21, 2014
5a7820c
renamed marble selected to draw valid marble moves
logaan Jan 21, 2014
566c22f
notes on further changes
logaan Jan 21, 2014
9de0dd6
change ddraw potential rings to be multi method
logaan Jan 21, 2014
e76e815
added event type to util
logaan Jan 21, 2014
b3dc8d1
- comment
logaan Jan 21, 2014
1777f7f
valid marble moves to multi method
logaan Jan 21, 2014
7f5871b
split draw-rings into multi method
logaan Jan 21, 2014
e51486c
draw-marbles to multi method
logaan Jan 21, 2014
ba8bcf6
removed enclosing ring and note about large default draw
logaan Jan 21, 2014
eb5a7fd
renamed cp and color in draw-marbles
logaan Jan 21, 2014
3654c7c
deriving nearer multimethods that care
logaan Jan 21, 2014
5299f53
whitespace
logaan Jan 21, 2014
873318a
removed redundant draws from ns names
logaan Jan 21, 2014
c7e463f
cross linking
logaan Jan 21, 2014
f32377b
removed []
logaan Jan 21, 2014
e3bd09c
--core.cljs
xpika Jan 14, 2014
6692521
--core.cljs
xpika Jan 14, 2014
6a48885
merging upstream
xpika Jan 22, 2014
a61f7de
my changes
xpika Jan 22, 2014
eb949a5
Merge branch 'master' of ssh://github.com/xpika/nonaga
xpika Jan 22, 2014
c3412cc
--draw.cljs
xpika Jan 22, 2014
8416dd7
removed examples
xpika Jan 22, 2014
652cf02
removed whitespace
xpika Jan 22, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ pom.xml.asc
/.lein-*
/.nrepl-port
/resources/js/main.js
/resources/js/test.js
/.repl
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A Clojure implementation of the game Spanish table top game [Nonaga] [bgg].

A playable copy is available at http://logaan.net/nonaga.

## License

Copyright © 2013 Logan Campbell
Expand Down
Loading