climon

2022-02-20

The Simon game.

Upstream URL

github.com/nlamirault/climon

Author

Nicolas Lamirault <nicolas.lamirault@gmail.com>

Maintainer

Nicolas Lamirault <nicolas.lamirault@gmail.com>

License

MIT License
README

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

Dependencies (2)

  • pal
  • prove

Dependents (0)

    • GitHub
    • Quicklisp