Random Fact Picker
arakilian0
released this
24 Nov 18:34
·
10 commits
to master
since this release
The project now picks facts at random.
Chooses from:
facts.txt
- lives in root directory
- the facts.txt file gets copied into an array of strings, with
each line in the text file being an index in the array
- A random number is generated using a max range (the
length of the array - 1)
- The random fact gets printed to the client in plain black text
Todo:
- Compile a list of 100 different facts about myself
- Develop build scripts for Linux and Windows
- Build the application for Linux and Windows
- Test on multiple platforms
- Create program installer