Skip to content

Uvalente/technodactyl-studios-dinorun

 
 

Repository files navigation

Dinorun by Technodactyl Studios

Dinorun is a side-scrolling platform game, with auto-generated level from the analysis of a user-provided audio.
It's built as a Single Page App, with a responsive design and the possibility of playing with the touchscreen on phone or tablet devices.
The level scores are stored in the database, and the top three for the level played, are displayed on the end screen.

Getting started

Fork this repo, and clone it to your local machine, then cd to it.

In the command line run:

bundle
yarn

Create a application.yml file in the config folder, following the provided example.application.yml file, replacing user and password placeholders to your PostgreSQL credentials.

Then run:

rails db:create
rails db:migrate

Usage

To run the app, use rails s, then navigate to http://localhost:3000/

Running tests

To run the test use rspec from the command line, or launch the app with rails s, then navigate to http://localhost:3000/jasmine

Game flow

Game Flow

About

Scrolling platform game, with level auto-generated from user provided audio file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.5%
  • Ruby 42.0%
  • HTML 6.6%
  • CSS 3.9%