Coder Social home page Coder Social logo

drake's Introduction

Drake

AI and Game research

This game requires the use of the unstable Love2D build 0.9.X

Running the game

Ubuntu 13.04:

sudo apt-get install love-unstable

love-unstable /path/to/Drake/

Windows:

Download the nightly build from http://nightly.projecthawkthorne.com/

The easiest way to run the game is to drag the folder onto love.exe, or a shortcut to love.exe. Remember to drag the folder containing main.lua, and not main.lua itself.

NOTE: The nightly build has one API call difference than the Linux version

On Viewport line 48 and 59 change self.tilesetBatch.addg( to self.tilesetBatch.add(

drake's People

Contributors

amelim avatar

Watchers

 avatar  avatar  avatar

drake's Issues

Creature Manager

Class that manages the AI in the game: creation, movement, combat

Link all forward facing edges

"Next, I link up each of these edges. So now each tile-length edge knows about its neighbors: each has a "next" and a "previous" edge. Some edges are dead-ends, though: they don't have a next or a previous. Not to worry, we'll add fake "edges" projecting off from those dead ends in a second."

Split geometry files into separate directory

The main Drake folder is getting too cluttered. It's best to start moving similar .lua files into separate directories. Currently thinking:

Drake/geometry
Drake/game
Drake/render

Create better debug interface

Create a better debug system such that shaders and other graphics effects can be disabled at will to debug lighting and other systems.

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.