Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

hayleox/freeweekgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freeweekgame

I've got a free week; why not make a video game?

Requirements

Node.js is required to install dependencies and run scripts via npm.

Installing

After cloning the repo, run npm install from your project directory. Then, you can start the local development server by running npm start.

After starting the development server with npm start, you can edit any files in the src folder and webpack will automatically recompile and reload your server (available at http://localhost:8080 by default).

Deploying

After you run the npm run build command, your code will be built into a single bundle located at dist/bundle.min.js along with any other assets you project depended.

If you put the contents of the dist folder in a publicly-accessible location (say something like http://mycoolserver.com), you should be able to open http://mycoolserver.com/index.html and play your game.

License

MIT License, see LICENSE file

Forked from phaser3-project-template – MIT License, Copyright (c) 2017 Richard Davey

About

I've got a free week; why not make a video game?

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors