Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Day 01: Got off to a bit of a stumbling start, as it's my first time using ClojureScript and Reagent, but I ultimately got through my todo list for the evening! I'm generating a grid of random letters and rendering it to the screen. I was hoping to include setting the random seed so I could get random-but-repeatable game boards, but I ran out the clock for the evening and that turns out not as simple as passing an extra arg to rand-nth, so I'll have to figure that out next time.