Skip to content

rwarnking/gmtk-gamejam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMTK Game Jam 2022

Build status Linting status of master Version Licence

Description

This project contains our game idea for the GMTK Game Jam 2022. You can find a playable version of this game on here.

image of the game

Table of Contents

  1. List of Features
  2. Installation
  3. Usage
  4. Contributing
  5. Credits
  6. License

List of Features

Installation

  1. install latest version of Node and npm
  2. run npm install in the top-level directory of this project

Dependencies

These libraries are needed:

Usage

Here is a list of all usage options.

  • run npm run build to build the bundle in production mode
  • run npm run watch to build the bundle in developer mode and watch the source directory
  • run npm run dev to build the bundle in developer mode and start a dev server with live reload
  • run npm run prod to build the bundle in production mode and start a server
  • run npm run start to start a server

If you are developing, you probably want to use npm run dev.

Contributing

We encourage you to contribute to this project, in form of bug reports, feature requests or code additions. Although it is likely that your contribution will not be implemented.

Please check out the contribution guide for guidelines about how to proceed as well as a style guide.

Credits

This project was developed by:

License

This project is licensed under the MIT License.