Skip to content

railsbridge/snake-game-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game Tutorial

Snake is a classic game that illustrates many programming skills. From boolean logic to array manipulation and event-based design.

You can work through the tutorial at snake-tutorial.zeespencer.com

Contributing

This is very much a work in progress. Open issues for questions you have, or submit pull requests to make things clearer.

Setting up your Environment

This assumes you have a working ruby environment:

On OS X with homebrew installed you can run bin/setup

  • Ensure you have s3cmd installed
  • run bundle

Testing Locally

Deploying

  • run s3cmd --configure if you haven't used s3cmd before
  • Run bin/release NAME_OF_BUCKET

About

A walkthrough for novice programmers to make a simple game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published