Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

robotspacefish/invasion

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Invasion!

A game about my dog Penny, dreaming of battling squirrels in space. Invasion was built with JavaScript on the frontend and Rails on the backend.

gameplay

Installation

Clone project

cd into invasion-backend run

bundle install

#setup the db
rails db:create db:migrate

# if you want starter player data
rails db:seed

# start the server
rails s

cd into invasion-frontend

run

yarn install

# to run the dev server and build the project
yarn dev

# or to build the project
yarn build

About

A game about my dog Penny, dreaming of battling squirrels in space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published