Giter Site home page Giter Site logo

crystals's Introduction

Overview

Crystals is a project to create a Free Software monster-battling game, similar to a certain handheld game of the mid-90s.

Current Status

Early planning. Several devteam idea branches have been made, and hopefully the design will be a blend of the brainstorming going on in each. Additionally, some basic functionality has been implemented.

Main decisions made so far:

  • Will be programmed in C with scripting in Python.
  • Will use a modular system for input/graphics/sound/etc.

Contributing

Crystals is licensed under the three-clause BSD license, so feel free to dive in and start hacking. However, by doing so you agree that you surrender copyright over all that you contribute which is merged into the developers' own branches and/or the official distribution to the copyright holders mentioned in the license text.

Test Suite

Some functions have a test suite, which can be run as follows:

make clean tests

You should get output similar to the following:

% make tests
Generating dependency makefile for module.c...
Generating dependency makefile for events.c...
Generating dependency makefile for mapview.c...
Generating dependency makefile for map.c...
Generating dependency makefile for graphics.c...
Generating dependency makefile for main.c...
Cleaning tests...
Cleaning documentation...
Cleaning modules...
Cleaning...
Compiling module.c...
Compiling tests/module.c...
Compiling tests/modules/test.c to shared object...
Running tests...

If any test fails, there will be a notice, in which case you can do further debugging with gdb and valgrind:

gdb -ex run -ex backtrace --args ./tests/module
valgrind --tool=memcheck --leak-check=full --show-reachable=yes ./tests/module

crystals's People

Contributors

barrucadu avatar charlie-ht avatar giselher avatar mattwindsor91 avatar

Stargazers

 avatar

Watchers

 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.