profexorgeek / frostflake-template

A FrostFlake game template with webpack and project.json already set up. Fork and customize to start a new game!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FrostFlake game template

This is a template project to make it easy to get started with the FrostFlake game engine.

This repo includes a basic webpack configuration, project.json and some custom Views that show how to use the engine.

The general idea is to fork this repo to get an easy starting point, and use that as the basis of your game.

Basic: Build with NPM dependency

You will need to have Node installed and a basic understanding of how to run Node commands in a terminal. Follow these steps to start a new game with the FrostFlake game engine:

  1. Clone the FrostFlake game engine
  2. Fork this repo (optional) and clone locally, it must be in the same parent folder as the frostflake source
  3. Run: npm install to install dependencies.
  4. Run: npm build to build the project.
  5. Run: npm start to build, watch for file changes, and serve the game.
  6. Visit http://localhost:8080 to see the template game running.
  7. Browse the src folder to see demos of how the engine works and start building your own game!

About

A FrostFlake game template with webpack and project.json already set up. Fork and customize to start a new game!


Languages

Language:TypeScript 91.7%Language:HTML 6.4%Language:JavaScript 1.9%