Skip to content

nlamirault/climon

Repository files navigation

Climon

License MIT GitHub version

Master :

  • Circle CI

Develop:

  • Circle CI

This is the classic Simon game in Common Lisp.

Required softwares

You will need :

and dependencies :

$ sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev

Installation

  • Install tools and dependencies :

      $ make init
      $ make deps
    
  • Make binary :

      $ make binary
    
  • Launch game :

      $ roswell/climon
    

Commands

Available commands :

  • space : Start a new game
  • mouse : click to the specific color
  • g : choose GREEN
  • b : choose BLUE
  • y : choose YELLOW
  • r : choose RED

Screenshots

0.1

Development

  • Install [roswell][] to setup the Common Lisp environment and install your Common Lisp implementation using it.:

      $ make init
      $ ros install sbcl
    
  • Install dependencies :

      $ make deps
    
  • Launch unit tests :

      $ make test
    

Support / Contribute

See here

Changelog

A changelog is available here.

License

See LICENSE.

Contact

Nicolas Lamirault nicolas.lamirault@gmail.com