4 Commits

Author SHA1 Message Date
npease 27b1e340a1 Merge pull request #9 from SanjivanM/patch-1
Update README.md
2018-08-20 13:51:25 -04:00
SanjivanM d841619fe7 Update README.md
fixed a missing closing tag...
2018-08-18 09:07:23 -07:00
SanjivanM e524b0cf80 Update README.md
fixed spelling, made keys look better
2018-08-18 09:04:34 -07:00
npease ca07d9c999 SPELLING ERRORS!!!! 2018-05-05 20:00:54 -04:00
+17 -17
View File
@@ -25,7 +25,7 @@ license.
StockSim is a game originally coded on the Nintendo 3DS via SmileBASIC for CC21. After getting
various requests (and wanting to do this myself), I ported this to ICE for the TI84+CE. StockSim itself is
a simulation game based on the american stock market. Players can buy and sell stocks, while monitioring several
a simulation game based on the American stock market. Players can buy and sell stocks, while monitoring several
charts. Players have to determine the best times to sell, whilst monitoring best times to buy other stocks. Players
can select from EASY and HARD modes and can save/continue their games.
@@ -39,34 +39,34 @@ can select from EASY and HARD modes and can save/continue their games.
### To run the program:
#### OS 5.2 and below:
(1) Press [2nd][0] and scroll down to "Asm("
(2) Press [Enter] and press [PRGM]
(3) Press [ALPHA][ln] and scroll down to "*STOCKSIM" (may be without asterisk)
(4) Press [Enter][Enter]
(1) Press <kbd>[2nd]</kbd><kbd>[0]</kbd> and scroll down to "Asm("
(2) Press <kbd>[Enter]</kbd> and press <kbd>[PRGM]</kbd>
(3) Press <kbd>[ALPHA]</kbd><kbd>[ln]</kbd> and scroll down to "*STOCKSIM" (may be without asterisk)
(4) Press <kbd>[Enter]</kbd><kbd>[Enter]</kbd>
#### OS 5.3 and above:
(1) Press [PRGM][ALPHA][ln] and scroll down to "*STOCKSIM" (may be without asterisk)
(2) Press [Enter][Enter]
(1) Press <kbd>[PRGM]</kbd><kbd>[ALPHA]</kbd><kbd>[ln]</kbd> and scroll down to "*STOCKSIM" (may be without asterisk)
(2) Press <kbd>[Enter]</kbd><kbd>[Enter] </kbd>
### How to play
You buy and sell stocks to make a profit
### Controls
[Up] / [Down] - Moves Up and Down (Buy and Sell Screens)
[Left] / [Right] - Switched Screens (Content Displayed Changes)
[Y=] - Buy Stocks
[Window] - Sells Stock
[Zoom] - Save
[Trace] - Exit Without Saving (Goes to Menu)
[Window] = Next Month
[Enter] / [2nd] - Select (Buy, Sell, and Menu screens)
[Clear] - Cancel (Exit on Stock Viewing Screens)
<kbd>[Up]</kbd> / <kbd>[Down]</kbd> - Moves Up and Down (Buy and Sell Screens)
<kbd>[Left]</kbd> / <kbd>[Right]</kbd> - Switched Screens (Content Displayed Changes)
<kbd>[Y=]</kbd> - Buy Stocks
<kbd>[Window]</kbd> - Sells Stock
<kbd>[Zoom]</kbd> - Save
<kbd>[Trace]</kbd> - Exit Without Saving (Goes to Menu)
<kbd>[Window]</kbd> = Next Month
<kbd>[Enter]</kbd> / <kbd>[2nd]</kbd> - Select (Buy, Sell, and Menu screens)
<kbd>[Clear]</kbd> - Cancel (Exit on Stock Viewing Screens)
### Future Plans:
- Add Graph Viewing function
- Add Previous Purchases with change since purchase
- TV Channel Ticker (Possibly)
- CryptoCurrency versoin of StockSim
- CryptoCurrency version of StockSim
- Multi-Save support
- Remove 100 stock buy limit