0.0.2_2
This commit is contained in:
parent
3e1048ebbc
commit
267418dbe5
@ -68,11 +68,11 @@
|
||||
},
|
||||
"totalTransistors": {
|
||||
"denominator": "1",
|
||||
"numerator": "238110"
|
||||
"numerator": "245240"
|
||||
},
|
||||
"transistorBalance": {
|
||||
"denominator": "52428800000000000000000",
|
||||
"numerator": "8467793557737581608500346933"
|
||||
"numerator": "8841610901737581608500346933"
|
||||
},
|
||||
"upgrades": {
|
||||
"cheap lithography machines": {
|
||||
|
10
src/main.cpp
10
src/main.cpp
@ -1242,13 +1242,14 @@ void help(std::vector<str>& args) {
|
||||
std::cout << BOLDBLUE << "clear " << RESET << " - Clears the console\n";
|
||||
std::cout << BOLDBLUE << "help " << RESET << " - Gives assistance\n";
|
||||
std::cout << BOLDBLUE << "list " << RESET << " - Lists things\n";
|
||||
std::cout << BOLDBLUE << "info " << RESET << " - shows info as selected thing\n";
|
||||
std::cout << BOLDBLUE << "notes " << RESET << " - Shows unattended achievements\n";
|
||||
std::cout << BOLDBLUE << "info " << RESET << " - Shows info as selected thing\n";
|
||||
std::cout << BOLDBLUE << "save " << RESET << " - Saves game\n";
|
||||
#ifdef DEBUG
|
||||
std::cout << BOLDBLUE << "bHash " << RESET << " - Lists building hashes\n";
|
||||
#endif
|
||||
} else if(args.size() >= 1) {
|
||||
if(args[0] == "balance") {
|
||||
if(args[0] == "balance") {
|
||||
if(args.size() == 1) {
|
||||
std::cout << BOLDWHITE << "BALANCE\n";
|
||||
std::cout << RESET << "Show quantitative info about specified thing\n";
|
||||
@ -1313,6 +1314,11 @@ void help(std::vector<str>& args) {
|
||||
std::cout << BOLDBLUE << "owned" << RESET << " - lists owned upgrades\n";
|
||||
}
|
||||
}
|
||||
} else if(args[0] == "notes") {
|
||||
std::cout << BOLDWHITE << "CLEAR\n";
|
||||
std::cout << RESET << "Shows unattended notifications, then clears them\n";
|
||||
std::cout << BOLDCYAN << "\nUsage:\n";
|
||||
std::cout << RESET << "notes\n";
|
||||
} else if(args[0] == "info") {
|
||||
std::cout << BOLDWHITE << "INFO\n";
|
||||
std::cout << RESET << "Shows qualitative information about things in the game\n";
|
||||
|
6
todo.txt
6
todo.txt
@ -1,6 +1,6 @@
|
||||
# TODOLIST
|
||||
|
||||
0.0.2 [ ]
|
||||
0.0.2 [x]
|
||||
|
||||
[x] refactoring {
|
||||
|
||||
@ -21,12 +21,12 @@
|
||||
|
||||
|
||||
|
||||
[ ] acheivements {
|
||||
[x] acheivements {
|
||||
|
||||
- [x] add interface functions
|
||||
- [x] add display subcommands
|
||||
- [x] add test acheivment and test
|
||||
- [ ] add the rest
|
||||
- [x] add the rest
|
||||
- [x] make acheivements save
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user