Skip to content

Snowboarding canvas game written in TypeScript with React and Redux running on top of Phonegap

License

Notifications You must be signed in to change notification settings

frolovilya/powderday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powder Day

Snowboarding canvas game written in TypeScript with React and Redux running on top of Phonegap.

Gain score by going through the forest on a powder day. Use device accelerometer to change player's movement direction.

Quick Start

Install powderday in production mode:

git clone https://github.com/frolovilya/powderday.git
npm install --production
npm run init-phonegap-app
npm run start-phonegap-server

Install Phonegap Mobile app on your device: http://docs.phonegap.com/getting-started/2-install-mobile-app/

Development

Install all dependencies:

git checkout https://github.com/frolovilya/powderday.git
npm install

Packages structure

Package Description
src/main/typescript/scene Contains common code to build a canvas game: scene, layers, objects manipulations.
src/main/typescript/device Wrappers around Phonegap device API.
src/main/typescript/app Game code: screens, controllers, scene.

Screenshots

Screenshot 1 Screenshot 2

About

Snowboarding canvas game written in TypeScript with React and Redux running on top of Phonegap

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published