Skip to content

wyattjoh/spacegophers

 
 

Repository files navigation

Space Gophers

Space Gophers Screenshot

Space Gophers is an experiment in using Go routines and WebSockets to calculate complex physics and character/enemy movement server side. The Frontend is implemented with a basic CreateJS canvas interface and does absolutely no calculations other than managing objects in the canvas. It is entirely a server-side state object, rendered to the canvas.

Share your url with friends to allow them to join in! WASD to move and SPACE to fire!

Getting Started

Navigate to the src folder within your GOPATH and then get the repo:

go get github.com/gophergala2016/spacegophers

Go into the spacegophers folder:

cd github.com/gophergala2016/spacegophers

And then set it up:

go build

Once that's done, you can run it:

./spacegophers -addr 127.0.0.1:8080

SpaceGophers accepts the following options:

Usage of ./spacegophers:
  -addr string
    	http service address (default ":8080")
  -v	enable verbose logging

Attributions

Music sourced from http://www.newgrounds.com/audio/listen/106494.

Bugs

  • Need to implement a better system for animating the enemy gophers... updating too often right now so we don't get proper animation, disabled the enemy gophers' animations for now.

About

Experiment in using Go routines for managing game-state and calculations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.3%
  • Go 42.3%
  • HTML 3.0%
  • CSS 1.4%