/website

The official website of cryptic-game

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

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