Skip to content

GallardoCode/arcade-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade Game

This Arcade game for the udacity frontend course. It's a repilica of the frogger games of old. Get your character accross the path while avoiding enemies. Each crossing increases your level but also the difficulty.

Tabel of Contents

Objectives and Requirements

Requirements for the project can be found in the Udacity project specifications here.

Technologies

This project was made with the following technologies:

  • HTML5
  • CSS3
  • Javascript ES6
  • Foundation ZURB stack (Pannini, Sass, Webpack, npm )

Source code found in /src, compiled site runs from /dist

Getting Started

To run the game locally on your machine, you need to have node.js and git installed on your computer.

Download and go to the project folder and install dependencies

cd arcadegame
npm install

Once installed, you can now run npm start to build the project. This will create a dist folder to be used by the webserver and viewable at http://localhost:8000

For production ready project with full compression on code and assets then use

npm run build

Prerequisites

Foundation uses babel to make es6 code as backwards compatible as much as possible, the limitations can be found here.

Acknowledgments

  • Art assets and requestAnimationFrame loop engine proveded by Udacity
  • Google Fonts - Do Hyendo and Hanalei Fill here
  • FontAwesome Sass version here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published