created by create-create-app.
Scaffolds a new game project with Ineka.
Ineka is a small and customizable game engine made as a passion project to learn more about game and web development.
Find more:
npx @ineka/create-game <name>
If you have npm 6+ you can also use:
npm init @ineka/game <name>
# Or
npm create @ineka/game <name>
Inside you newly created game project you will have access to new npm scripts commands.
Watch your project for changes.
Build your game project and serves it to localhost:1234
.
Build your game project for production.
Those commands are provided by Parcel, we recommend looking at the documentation for further uses.
This project uses GitHub Actions for CI/CD jobs.
We have workflows to:
- Build and test the project on each pull request.
- Build, test and release the project.
Any help and contribution is welcome, feel free to submit issues and/or contribute to the project.
Please read through the contributing guidelines for more details.
Copyright (c) 2021 Colin Espinas.
Ineka is distributed under the MIT License. See the license for more details.