Git Product home page Git Product logo

matchthree's Introduction

MatchThree

Programming assignment for course DAT055, Chalmers University of Technology.

MatchThree is a puzzle game about reordering tiles in a grid in order to create chains. Score is rewarded upon successful chain creation. The game is over when the move counter reaches zero, and any score accumulated is recorded on the high score table.

MatchThree on OS X 10.9

Building

To build the project, run $ ./make.sh build. The compiled program will be put in the target/main directory. Use $ ./make.sh run to run it.

Documentation can be build using $ ./make.sh doc, and end up in target/doc. Source files can be linted using Checkstyle with $ ./make.sh lint. To remove any built artifacts, use $ ./make.sh clean (not yet implemented).

Note that the build command does not have to be run from the project root, and that arguments may be combined, for example: $ ../make.sh lint build run. In this form, the arguments will run in sequence, and abort on failure.

Directory structure

Directory Purpose
doc/ Various documentation
libraries/ Run-time dependencies
resources/ Run-time assets
screenshots/ Application screenshots
src/ Source code
src/controller/ Controllers
src/message/ Event messages
src/model/ Models
src/view/ Views
src/util/ Utilities (provisional)
target/ Built artifacts
target/doc/ Compiled documentation
target/main/ Compiled program

Authors

See AUTHORS.

License

See LICENSE.

matchthree's People

Contributors

eriktran avatar linusaronsson avatar selis avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

andrehoejmark

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.