NYDrewReynolds / rockburg

Rockburg is a music industry simulation game. 🤘

Home Page:http://rockburg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rockburg

Rockburg is a music industry simulation game that I've had brewing in my (@Shpigford) head for years.

Back in the early 2000's I was super in to this game called Project Rockstar and it met an untimely death thanks to trademark issues with their name. Poor guys.

Ultimately what I'm trying to do here is build a fun, modern simulation game. I have no idea what I'm doing, so all input is more than welcome!

Playing the game

You can access the super-extra-alpha version of the game now: https://alpha.rockburg.com

But beware it will frequently be wiped clean until we officially launch.

Codebase

The current codebase is vanilla Rails. Really nothing out of the ordinary here. Locally it's using SQLite locally for the data store and Sidekiq for workers.

Local setup

$ bundle && rake db:setup # sets up the database and loads seed data
$ bundle exec puma # starts webserver

# in another console tab...
$ sidekiq # required for background jobs, which much of the app relies on

Contributing

It's still very early days for this. It doesn't exist on any public servers yet...all dev work is still just local. So, your mileage will vary here and lots of things will break.

But almost any contribution will be beneficial at this point as all the work I've done has been sledgehammer type stuff instead of details.

If you've got an improvement, just send in a pull request. If you've got feature ideas, simply open a new issues!

Chat

We've set up a Slack channel for development (and general game discussion): http://chat.rockburg.com

License & Copyright

Released under the MIT license, see the LICENSE file. Copyright (c) 2018 Sabotage Media LLC.

About

Rockburg is a music industry simulation game. 🤘

http://rockburg.com

License:MIT License


Languages

Language:Ruby 76.2%Language:HTML 20.5%Language:CSS 1.7%Language:JavaScript 1.1%Language:CoffeeScript 0.4%