Skip to content

Level-based hyper-casual color match game.

License

Notifications You must be signed in to change notification settings

kastsen/enchanted-creates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Blast

Casual color match game.

Quick start

  1. Start developing.

    nvm use 16.17.1
    yarn
    yarn start
  2. Open the source code and start editing.

    Your site is now running at http://localhost:3032!

What's inside?

A quick look at the top-level files and directories you'll see in a project.

.
├── node_modules
├── src
├── .gitignore
├── package.json
└── README.md
  1. /node_modules: This directory contains all the modules of code that your project depends on (npm packages) are automatically installed.

  2. /src: This directory will contain all the code. src is a convention for “source code”.

  3. .gitignore: This file tells git which files it should not track / not maintain a version history for.

  4. package.json: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc.). This manifest is how npm knows which packages to install for your project.

  5. README.md: A text file containing useful reference information about your project.

Features

  1. PIXI.js
  2. Webpack
  3. SOLID

About

Level-based hyper-casual color match game.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Contributors