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 clonenpm initnpm install --save-dev webpacknpm install --save-dev style-loader css-loader- add src/styles.css
npm install --save-dev file-loadernpm install --save-dev html-webpack-pluginnpm install --save-dev clean-webpack-pluginnpm install --save-dev webpack-dev-servernpm install --save-dev typescript ts-loadernpm install --save-dev html-webpack-externals-plugin- add tsconfig.json
- add src/index.ts
- add webpack.config.json