Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

cryptic-game/website

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a627a6 Â· Dec 23, 2022
Dec 23, 2022
May 16, 2022
Jan 12, 2022
Aug 26, 2021
Jun 16, 2021
Oct 9, 2021
Nov 7, 2019
May 16, 2022
Nov 7, 2019
Apr 22, 2021
Nov 7, 2019
Sep 20, 2020
Sep 22, 2021
Nov 7, 2019
Oct 9, 2021
Jul 3, 2019
Sep 1, 2021
Sep 11, 2021
May 16, 2022
Dec 23, 2022
Dec 23, 2022
May 13, 2021

Repository files navigation

Cryptic - Website

Lines of Code GitHub Issues

Welcome

This is the open-source source code to the official website of cryptic-game.

We develop an open source hacking browser game. This started as a community project of the Youtuber https://www.youtube.com/user/TheMorpheus407. You can already test a first pre-release of the game at https://play.cryptic-game.net. Feel free to explore our other repositories at https://github.com/cryptic-game.


Translations

Translation status

For Developers

You can clone the repository with:

git clone https://github.com/cryptic-game/website.git

Project setup

npm i

Compile and hot-reload for development

npm run dev

Compile and minify for production

npm run build

Start the built files

npm run start

Lint and fix files

npm run lint

LICENSE 📜

GNU AGPL v3.0