Skip to content

xetrics/electron-game-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-game-boilerplate

Barebones boilerplate for electron game development

Description

A very simple electron app with webpack preconfigured. Does not come with game engine, however one can be easily added and required in ./src/client/app.js

Getting Started

npm install
npm run start

Configuration

The following environment variables are recommended to be set either within your development environment or inside of a .env file

Example .env file:

SCOPE=development
PROJECT_NAME=Boilerplate

License

This project is licensed under the MIT License

About

Barebones boilerplate for electron game development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published