MrDJK / idlecraft_rpg

Source for IdleCraft, a text based Minecraft game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IdleCraft

IdleCraft was a game based upon Minecraft written in Vue & NodeJS. The idea was to emulate Minecraft as a sort of text based rpg.

Installation

Server

cd server
npm install
npx sequelize-cli db:migrate
npx sequelize-cli db:seed:all

Open .env and update the variables in there

Client

If you have Vue CLI you can just import the client folder and let VueCLI to do the rest

cd client
npm install

Open .env and update the variables in there

Running the game

Server

cd server
nodemon server.js

Client

I advise using VueCLI to import the project and to run it

cd client
npm serve

About

Source for IdleCraft, a text based Minecraft game

License:The Unlicense


Languages

Language:HTML 39.5%Language:JavaScript 38.8%Language:SCSS 9.6%Language:CSS 9.0%Language:Vue 3.0%Language:Shell 0.0%