This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-19
Channels
- # announcements (4)
- # asami (1)
- # babashka (48)
- # beginners (84)
- # bristol-clojurians (1)
- # calva (15)
- # chlorine-clover (11)
- # cider (37)
- # clj-kondo (17)
- # clojure (72)
- # clojure-europe (13)
- # clojure-italy (43)
- # clojure-nl (6)
- # clojure-spec (8)
- # clojure-uk (19)
- # clojuredesign-podcast (7)
- # clojurescript (132)
- # code-reviews (7)
- # conjure (3)
- # cursive (24)
- # datascript (10)
- # datomic (61)
- # docker (4)
- # duct (24)
- # emacs (2)
- # figwheel-main (8)
- # fulcro (43)
- # graalvm (5)
- # juxt (1)
- # keechma (14)
- # malli (2)
- # off-topic (120)
- # re-frame (111)
- # reagent (6)
- # reitit (13)
- # shadow-cljs (118)
- # spacemacs (3)
- # tools-deps (32)
- # uncomplicate (5)
- # xtdb (6)
I've been working my way through all the podcasts, starting from ep1. On episode 43 now and have been enjoying the journey. Thank you for putting together some fun to listen to and thought provoking content! @neumann @nate Inspired me to try out tic tac toe in Clojure as I was just getting started with it (Clojure and the podcast) a few months ago!
If you would like to see some other approaches, there is a video walk-through of the approach I took for a command line tic-tac-toe game. https://youtu.be/_eO7EsXO2XE I took a different approach for a ClojureScript version of the game, using SVG for the game board https://practicalli.github.io/clojurescript/reagent-projects/tic-tac-toe/index.html
Always interesting seeing how others solve things. It didn't occur to me to use a numbering system like that. I ended up using a hash-map and row/cols: https://github.com/wdhowe/clojure-mini-projects/tree/master/tic_tac_toe