Git Product home page Git Product logo

rubiks's Introduction

RUBIKs REVENGE (4*4)

AUTHORS

UQAC Université du Québec à Chicoutimi Prof. Aymen Sioud Algorithmique, 8INF870

{firstname}.{lastname}1[at]uqac.ca

Sullivan Kowal
Belkacem Lahouel
Anujan Ganeshalingam
Tevainui Mi You

DIRECTORIES

  • algo/ contains methods of resolution for Rubiks Revenge
  • gui/ contains graphical information of resolution

TECHNICALITIES

You may add an alias for this repository's address:
git remote add github https://github.com/belkacemlahouel/Rubiks

Please put your Git repository in the source directory.

With Eclipse IDE:

  1. Create a new project.
  2. Go to your EclipseProject/src/ directory.
  3. Fetch (git pull) from the Github repository.
    • git init
    • git remote add github https://github.com/belkacemlahouel/Rubiks
    • git pull github master
    • git br branch_name // git branch
    • git co branch_name // git checkout
    • Go to Eclipse, and refresh the project.
  4. Work!
  5. Push to the Github repository once it's good!
    • git ci -m namefile "Message." OR git ci -am "Message" // git commit
    • git push github branchname
  6. If you want to update with the Github version:
    • git pull github master

Java 8 (JDK 1.8) used. Need Eclipse ANSI Colors plug-in.

PUSHING RULES

  1. Do not push in master for no good reason.
  2. Work on you own branch.
  3. Only push source code in Github (no executables!).
  4. Try to document your methods (if not self-explained).

rubiks's People

Contributors

belkacemlahouel avatar mytev avatar

Watchers

James Cloos avatar  avatar

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.