Skip to content

NHDaly/HueClone.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HueClone.jl

A very simplified clone of "I Love Hue" (http://i-love-hue.com/)

Uses Blink.jl to create a simple html/css/js app that talks to the Julia game.

Installation

(v1.0) pkg> add https://github.com/NHDaly/HueClone.jl/

Usage

julia> using HueClone

julia> HueClone.play_blink()  #  To play in a standalone blink window

julia> HueClone.play_juno()  #  To play inside Atom, through the REPL and Plots display.

Change the number of squares with the size param:

julia> HueClone.play_blink(size=(6,4))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages