pirainogi / astrodom_frontend

Vanilla JS Game Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astrodom Front-end

In this repository, you will find the frontend for this project built with Javascript. The Rails backend is located: here

πŸ“Œ Features:

  • Astrodom is a single page educational game application intended for (children) to learn the Javascript event loop/callstack.
  • Demo link

🎯 Stretch Goals

  • Implement beyond level 3, complex maps
  • Sprite animation
  • Time constraints

πŸ›  Built With

πŸ“‘ Installation Guide

To get started, have the backend API running:

https://github.com/harlangtv/astromdom_backend

Install all dependencies and necessary gems:

bundle install

This app uses Postgres, Create database scheme with migrations:

rake db:create

Seed database:

rake db:seed

Start local server:

rails s

Fork and clone the front end repo:

https://github.com/diaaanek/astrodom_frontend

open index.html

πŸ’» Supporting Versions

🀩 Contributing

Contributions are welcomed! Fork, fix, then send a pull request.

Bug reports and pull requests are welcome on GitHub at astrodom repo, please open Issues to provide feedback.

✏️ Authors

About

Vanilla JS Game Frontend


Languages

Language:JavaScript 44.0%Language:CSS 39.7%Language:HTML 16.3%