Coder Social home page Coder Social logo

alexoundos / bwdi-scratch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from radicalzephyr/bwdi-scratch

0.0 3.0 0.0 1.49 MB

An implementation of BWDI starting from scratch

License: GNU Lesser General Public License v3.0

CMake 0.50% C++ 84.42% Makefile 1.94% Shell 8.60% M4 0.36% C 0.03% Python 4.15%

bwdi-scratch's Introduction

BroodWar Data Interface (from scratch)

This is a "reimplementation" of the original BWDI project, starting from scratch. The design goals and end product will be the same (meaning, blatantly stolen ;), but the implementation details and strategy are wholly different. BWDI started life as a fork of BWAPI and it shows in a really confusing codebase, that is fairly completely lacking in tests. My plan with BWDIscratch is to start over from bare bones, and implement the basic structure in vertical slices, testing the entire time. In addition, since I'm a Linux user by choice, the project will be cross-platform. The intention is NOT to be able to run StarCraft and BWDIscratch under Linux, but solely to enable development of the non-Windows specific portions of the code base under Linux as well as Windows.

Installation

Currently there is nothing to install. Simply build and run.

Building

BWAPIscratch has a couple of external dependencies.

BWAPIscratch is built using CMake 2.6+ (http://www.cmake.org) on all platforms.

On most systems you can build the library using the following commands

$ mkdir build && cd build
$ cmake ..
$ cmake --build .

Alternatively you can point the CMake GUI tool to the CMakeLists.txt file and generate platform specific build project or IDE workspace.

Basic Usage

Right now only testing programs exist... Coming soon!

Documentation

TODO!

License

Copyright 2013 Geoff Shannon.

BWDIscratch is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

BWDIscratch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

bwdi-scratch's People

Contributors

radicalzephyr avatar

Watchers

 avatar  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.