Skip to content

abhi18av/luminus-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luminus-snake

This repo is home to a snake ( no - not a big one like an anaconda - a small one like in Nokia-3310 ).

You can play the latest v2.0.0

You can play the pure lumo based version here v1.0.0 and you can read more about it in the ReadMe

There are also video walkthroughs which I've created on YouTube for the v1.0.0 as there are a lot of things which lumo packs in and I'd love to share more about it.

Video-1 http://www.youtube.com/watch?v=tv9iTBaoaHA

001 IntroToLumo

Video-2 http://www.youtube.com/watch?v=_YoiPlCndek

002 IntroToLumo

Video-3 http://www.youtube.com/watch?v=vrdWAEoRdUk

003 IntroToLumo

In the v2.0.0, I've relied on the more sophisticated ClojureScript tooling by using shadow-cljs(which takes care of installing npm packages, bundling builds etc) as well as Reagent(which is the ClojureScript wrapper to ReactJS).

Tools I've used for v2.0.0

  • iTerm
  • Fish shell
  • git-flow-avh
  • gitkraken
  • neovim
  • firefox-developer-edition
  • Brave browser
  • Atom

Some relevant links regarding ClojureScript I've used