Skip to content

samhoudmedia/puzzle-room-prototypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Manual Puzzle Prototypes

πŸ“” Prototypes for the Room puzzle.

πŸ“– Introduction

Trying out multiple directions and versions for the room puzzle to see which onne is the best fit. They all have the same puzzle base but with slightly different forms of interaction.

βš™ Installation & Development

Tech Stack

Core

Code Quality

Prerequisites

  • Make sure you have node installed on your machine.
    • npm comes with node.
    • You can check versions with npm -v and node -v
  • Configure ESLint
  • Configure EditorConfig

Installation

  1. Clone this repo
$ git clone https://github.com/samhoudmedia/puzzle-manual.git
  1. Run npm start to start the server.
  2. Run npm run build to build for production.

πŸ“ƒ License

This project is licensed under the MIT License