Skip to content

Instantly share code, notes, and snippets.

View vcjr's full-sized avatar
🦖
Coding...

Victor Crispin vcjr

🦖
Coding...
View GitHub Profile
@vcjr
vcjr / game.js
Created January 31, 2020 23:05
Don't Kill My Goblin v1
// Read input from the player
const readline = require('readline-sync');
// Game & Player variables
var isPlaying = true;
var player = {
race: "Goblin",
name: null,
stats: {
type: null,