Skip to content

exitcas/hackerscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackerscreen

D:

Compile

Windows

  1. Download Rcedit
  2. Put Rcedit on the same directory as your "main.nim" file and then rename it to "rcedit.exe"
  3. Run compile.bat (Make sure you have Nim and Nimble installed on your computer)

Unix-based systems (MacOS & Linux)

  1. Make sure you have Nim and Nimble installed on your computer before executing this actions
  2. Change "cls" on line 36 to clear
  3. Run the following commands:
    • nimble update (Update your local repository)
    • nimble install illwill (Install the illwill library)
    • nimble install rainbow (Install the rainbow library)
  4. Run nim c main.nim

Used in this project