This repo contains all my games I've created for the one game a month challenge and some extra stuff.
Available Games:
The _start
folder contains a template I use for my games.
Simply clone the _start folder for a new project.
Otherwise start from scratch:
- Create GitHub repo with license
git clone
npm init
npm install --save-dev webpack
npm install --save-dev style-loader css-loader
- add src/styles.css
npm install --save-dev file-loader
npm install --save-dev html-webpack-plugin
npm install --save-dev clean-webpack-plugin
npm install --save-dev webpack-dev-server
npm install --save-dev typescript ts-loader
npm install --save-dev html-webpack-externals-plugin
- add tsconfig.json
- add src/index.ts
- add webpack.config.json