1
Fork 0
Commit graph

383 commits

Author SHA1 Message Date
Matei Adriel 9a2ff8d174
typescript(option): chore: changed amd namespace to Option
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:04:54 +02:00
Matei Adriel ec2964ecff
typescript(option): chore: fixed github action config
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:03:26 +02:00
Matei Adriel 4cdd386295
typescript(option): chore: replaced rollup-plugin-node-resolve with @rollup/plugin-node-resolve
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:01:33 +02:00
Matei Adriel 8620f4b78d
typescript(option): chore: added semantic release
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 13:50:17 +02:00
Matei Adriel 1178d04079
typescript(option): feat: custom toString method for better logging
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 13:44:39 +02:00
Matei Adriel b388fb76aa
typescript(option): feat: added the base helpers
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 13:26:22 +02:00
Matei Adriel 052584b09a
typescript(option): chore: initial setup
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 12:37:48 +02:00
Matei Adriel 377dd0430a
fsharp(ygosim): refactor: refactored some of the tribute summoning code
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-18 21:31:55 +02:00
Matei Adriel ab4bd21306
fsharp(ygosim): feat: tribtues are now sent to the graveyard
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-18 21:21:53 +02:00
Matei Adriel 99ff363652
fsharp(ygosim): feat: implemented everything from tribute summoning (except tributes don't go to the graveyard yet)
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-16 15:01:50 +02:00
Matei Adriel 79726d5ac5
fsharp(ygosim): feat: added a lot more stuff to normal summoning
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 16:21:09 +02:00
Matei Adriel 4b511c12d3
fsharp(ygosim): feat: added the basic structure and lenses for the CardInstance type and a toCardInstance helper for monsters
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 15:46:36 +02:00
Matei Adriel e5b9ed70c6
fsharp(ygosim): feat: added a helper to turn a list to indices and another one to check if a list contains an index
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 15:24:27 +02:00
Matei Adriel e6dc6097f9
fsharp(ygosim): feat: added a helper to create a lens from an array index
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 15:20:20 +02:00
Matei Adriel a2243a035b
fsharp(ygosim): feat: added a basic helper to set an element by index in a list
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 14:55:46 +02:00
Matei Adriel 482a5e4370
fsharp(ygosim): fix: removed debug printfns
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 02:31:59 +02:00
Matei Adriel 6189917e92
fsharp(ygosim): refactor: now using List.choose to remove a lot of complexity in the normal summoning stuff
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 02:26:52 +02:00
Matei Adriel 4bfc7c050a
fsharp(ygosim): chore: added a license
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 02:18:25 +02:00
Matei Adriel 4b76c8f8b4
fsharp(ygosim): chore: added myself as a contributor
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 02:17:42 +02:00
Matei Adriel b329f35d36
fsharp(ygosim): chore: generated the base contributors table
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 02:07:45 +02:00
Matei Adriel c076154c72
fsharp(ygosim): chore: added the all-contributors stuff
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 02:01:28 +02:00
Matei Adriel 9b3567b0cf
fsharp(ygosim): chore: added a basic readme
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 01:59:35 +02:00
Matei Adriel 9cc3e22dbd
fsharp(ygosim): feat: basic normal summoning zone cli input
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 01:43:45 +02:00
Matei Adriel d48af38573
fsharp(ygosim): fix: covered some edge cases with tributting
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 01:30:17 +02:00
Matei Adriel ed384b45da
fsharp(ygosim): feat: more work on normal summoning
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-13 12:00:22 +02:00
Matei Adriel 581bf55a93
fsharp(ygosim): feat: started working on the normal summons
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-12 21:59:51 +02:00
Matei Adriel d29343da17
fsharp(ygosim): feat: made sure player states are resolved
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-12 16:34:21 +02:00
Matei Adriel b3f374162e
fsharp(ygosim): feat: finally found a good way of doing the client stuff
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-10 16:09:06 +02:00
Matei Adriel f2bca7d3f0
fsharp(ygosim): feat: preventing more than 1 draw per turn
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-10 11:06:28 +02:00
Matei Adriel a3c4c78180
fsharp(ygosim): feat: refactored to use lenses
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-09 14:20:39 +02:00
Matei Adriel b102cc39ec
fsharp(ygosim): chore: added paket
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-09 12:11:30 +02:00
Matei Adriel 6ea2d71082
fsharp(ygosim): feat: added basic effect types
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-09 11:44:05 +02:00
Matei Adriel 6e0c6dbf5b
fsharp(ygosim): feat: deckouting
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-07 19:56:20 +02:00
Matei Adriel eab212c039
fsharp(ygosim): feat: added the basic drawing and next-turn stuff
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-07 19:31:53 +02:00
Matei Adriel 4460715e0f
fsharp(ygosim): feat: added a few more things to the Card type
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-06 12:05:22 +02:00
Matei Adriel 34751250ae
fsharp(ygosim): chore: grouped the Board, Side and Player modules
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-06 11:51:27 +02:00
Matei Adriel c6689fd6fa
fsharp(ygosim): feat: added a way of creating a new board
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-05 19:25:03 +02:00
Matei Adriel b842f8a14e
fsharp(ygosim): feat: added a few basic files
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-05 19:17:05 +02:00
Matei Adriel 40173d0b58
fsharp(ygosim): chore: scaffolded project
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-05 18:55:50 +02:00
Matei Adriel 5768b99435
elm(todolist): chore: added an elmapp.config file
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-28 17:32:24 +02:00
Matei Adriel 5a8729c984
elm(todolist): fix: hopefully fixed gh pages not beeing able to serve files
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-28 17:26:28 +02:00
Matei Adriel 98b2f7ee9f
elm(todolist): fix: fixed gh pages not beeing able to serve files
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-28 17:19:32 +02:00
Matei Adriel 548c05df99
elm(todolist): fix: fixed ci trying to elm install
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-28 17:15:34 +02:00
Matei Adriel 9ab4e2d079
elm(todolist): ci: added a basic github actions config
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-28 17:05:32 +02:00
Matei Adriel 5278cf694d
elm(todolist): feat: basic todo operations
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-28 16:57:45 +02:00
Matei Adriel 8cd06f56bd
elm(todolist): chore: initial setup
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-28 15:56:39 +02:00
Matei Adriel 18892b03df
typescript(loopover): 0.1.1
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 18:19:11 +02:00
Matei Adriel 606d4546b0
typescript(loopover): chore: changed descriptions, amd build namespace
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 18:19:06 +02:00
Matei Adriel 23e9f54b57
typescript(loopover): ci: Added a basic github action
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 18:11:59 +02:00
Matei Adriel 43e657ac90
typescript(loopover): 0.1.0
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 18:05:09 +02:00