Skip to content

JustynGreen-V/python_games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

On behalf of Sophie and Justyn

Python_Games

Python Games for Testing

Source code for a popular game on GAMEE.

Source Git Repository

Hosted directly from github:

https://github.com/JustynGreen-V/python_games

Modify something

Required: Python, boto, cmdshell

Clone the repository and install the dependencies with NPM.

git clone git@github.com:gameeapp/sample-game-spinner-winner.git --depth 1
cd sample-game-spinner-winner
npm install

Start realtime building with Webpack 2 and webserver with NodeJS & Express.

## Windows
npm start

## Linux & OSX
npm run osx

Project structure

.
├── config              # webpack configuration
├── src                 # javascript sources
└── www                 # static assets
    ├── assets          # multimedia assets
    ├── dist            # build from src
    └── libs            # js libraries including gamee-js framework

About

Python Games for Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published