Giter Club home page Giter Club logo

rubik's Introduction

Rubik's Cube game

Latest version of the game is available at:
https://github.com/santa01/rubik

Controls:
    <RMB> - rotate the cube;
    <LMB> - move section;
    <P> - pause game;
    <S> - shuffle cube;
    <ESQ> - quit game.

Rubik requires graphene, math and signals libraries:
https://github.com/santa01/graphene
https://github.com/santa01/math
https://github.com/santa01/signals

By default rubik will try to load resources from /usr/local/share/rubik.
You can override this path at configure time:

    cmake -DRUBIK_DATADIR="/path/to/data/dir" .

For development its essential to use the project root as data directory:

    cmake -DRUBIK_DATADIR="." .

If you are interested in the game, you can contact me via [email protected]

The game is licensed under MIT license, see COPYING for details.

rubik's People

Contributors

santa01 avatar

Watchers

James Cloos avatar  avatar Kyle McCormick avatar

Forkers

alexws54tk

rubik's Issues

Blurry font rendering

Font quad requires to be scaled so that rendered font's dimensions (in pixels) aren't changed and texture isn't scaled.

Basic CLI

Game requires some parameters to be passed by cli, not hardcoded.

Incorrect warning on resource loading error

e.g. mesh is missing:

Info: Loading mesh meshes/cube.mesh' Error: Cannot open filemeshes/cube.mesh'
Info: Cleaning caches...
Warning: Mesh (nil) has -1 references left!
Info: Shutting down...

Windows build

Check if game could be built on windows platform, requires #4 to be completed.

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.