Code Monkey home page Code Monkey logo

o2's Introduction

Operation “Operation”

https://github.com/pkulev/o2/blob/master/res/gfx/logo.png

Dependencies

You will need the following libraries installed:

  • sdl2
  • sdl2-image
  • sdl2-ttf
  • libffi
  • chipmunk

Installation for development

You will need installed and working quicklisp for it.

  • Clone our patched cl-sdl2-ttf wrapper:
    git clone https://github.com/pkulev/cl-sdl2-ttf.git ~/quicklisp/local-projects/cl-sdl2-ttf
        
  • Clone our chipmunk wrapper:
    git clone https://github.com/vaartis/cl-chipmunk.git ~/quicklisp/local-projects/cl-chipmunk
        
  • Let quicklisp know about o2 system:
    # clone directly to local-projects
    git clone https://github.com/pkulev/o2.git ~/quicklisp/local-projects/o2
    # or create symlink
    ln -s /path/to/o2 ~/quicklisp/local-projects/o2
        
  • Load system into the running REPL and run the game:
    (ql:quickload :o2-game)
    (o2-game:main)  ; run the game
        

Running examples

(ql:quickload :o2/examples)
(o2/examples::main)

Licensing

The source code is provided under the MIT license, you can find a copy in LICENSE.

The assets are provided under the CC-BY-SA-4.0 license, you can find a copy in CC-BY-SA-4.0.

o2's People

Contributors

pkulev avatar vaartis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ubun1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.