cryptic-game / website

The official website of cryptic-game
https://cryptic-game.net
GNU Affero General Public License v3.0
18 stars 11 forks source link
cryptic cryptic-game hacktoberfest nuxtjs vue

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 :scroll:

GNU AGPL v3.0