Code Monkey home page Code Monkey logo

syd-levelup-2-red-team's Introduction

ThoughtWorks LevelUp project starter kit

Getting started

OSX

  1. First up, to get the code, you'll need git installed.

     brew install git
    
  2. Now get the code

     git clone [email protected]:twlevelup/lu-lua.git
    
  3. You'll also need a version of gcc installed, so you'll need to install XCode with it's command line tools.

  4. Install Lua & Luarocks via homebrew (if you're not using homebrew, you probably should be):

     brew install lua
     brew install luarocks
    
  5. Install LÖVE to your applications folder.

  6. Add an alias in your ~/.bash_profile (or your shell of choice's config) to LÖVE:

     alias love="/Applications/love.app/Contents/MacOS/love"
    
  7. Install Busted:

     sudo luarocks install busted
    

Ubuntu (or other debian derived system)

  1. Install Lua, Luarocks, LÖVE and git:

     sudo apt-get install git lua5.1 luarocks love
    

If you're not on a recent version of your distro, you probably should install luarocks manually - check out the luarocks site for instructions.

  1. Now get the code

     git clone [email protected]:twlevelup/lu-lua.git
    
  2. Install Busted:

     sudo luarocks install busted
    

OSX via our script

You may also be able to get set up via our script though it is untested for general use so your mileage may vary. From the project root, you can try your luck with:

./setup/install.sh

Windows

We don't use Windows, so you're on your own. We recommend checking out the Lua website, the Loverocks website, and the LÖVE website for more information. Google is also your friend.

Making it go

Now after cd'ing into the project directory, you should be able to run your tests. Running

 busted

should output something like:

●●●●●●●●●●●●●●●●●●●●●
21 successes / 0 failures / 0 pending : 0.004726 seconds.

You should also be able to run:

love .

and see a happy little nyancat.

Useful resources

Background sprites

syd-levelup-2-red-team's People

Contributors

adamhope avatar akjones avatar cajames avatar jagregory avatar jaywick avatar nagliyvred avatar rprieto avatar samfoo 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.