Add map and deathscreen files, add exports to variable file.
This commit is contained in:
parent
ef3035f944
commit
455a867719
4 changed files with 90 additions and 8 deletions
|
|
@ -1,14 +1,13 @@
|
|||
// Program is started from here, runs functions from other files.
|
||||
const huntingGame = require("./huntinggame.js");
|
||||
const variables = require("./variables.js");
|
||||
|
||||
|
||||
console.clear();
|
||||
console.log("__________________________________________________________________________________________________________________________________");
|
||||
console.log(" _____ _ ____ ");
|
||||
console.log(" / ' / / / / ) /");
|
||||
console.log("---/__-------__---/---/----__---------_/_---------/-------__----__----__---__----__---_--_----__-------/___ /----__----__----__-/-");
|
||||
console.log(" / / ) / / / ) / / / o / / ) / ) /___) (_ ` / ) / / ) /___) / | / ) / ) / / ");
|
||||
console.log("_/________(___(_/___/___(___/_(___(__(_ __o_____/____/_(___/_/___/_(___ _(__)_(___/_/_/__/_(___ _____/_____|__(___/_(___(_(___/___");
|
||||
console.log(" _____ _ ____ ");
|
||||
console.log(" / ' / / / / ) /");
|
||||
console.log("---/__-------__---/---/----__---------_/_---------/-------__----__----__---__----__---_--_----__-------/___ /----__----__----__-/-");
|
||||
console.log(" / / ) / / / ) / / / o / / ) / ) /___) (_ ` / ) / / ) /___) / | / ) / ) / / ");
|
||||
console.log("_/________(___(_/___/___(___/_(___(__(_ __o_____/____/_(___/_/___/_(___ _(__)_(___/_/_/__/_(___ _____/_____|__(___/_(___(_(___/___");
|
||||
console.log("Credits: Bethesda Game Studio")
|
||||
variables.sleep(1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue