18 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
npease 0d92ad7cc2 Update README.md 2018-05-05 19:52:22 -04:00
npease 1904503ed1 Add files via upload 2018-05-05 19:50:50 -04:00
npease cc9fdb561a Update README.md 2018-05-05 19:47:30 -04:00
npease 37b768d962 Delete README.txt 2018-05-05 19:46:49 -04:00
npease d7dff6dfb3 Update README.md 2018-05-05 19:46:28 -04:00
npease e44af84984 Update README.md 2018-05-05 19:46:11 -04:00
npease 6165279d5d Update README.md 2018-05-05 19:44:53 -04:00
npease e9fac01224 Update README.md 2018-05-05 19:41:48 -04:00
npease 162b529b20 Update README.md 2018-05-05 19:40:51 -04:00
npease f171143217 Update README.md 2018-05-05 19:39:17 -04:00
npease 369c3d5239 Update README.md 2018-05-05 19:38:42 -04:00
npease 78f46d2213 Update README.md 2018-05-05 19:37:02 -04:00
npease 1791df9bfe Add files via upload 2018-05-05 19:33:19 -04:00
npease fe2f1b6d31 Merge pull request #1 from LAX18/add-license-1
Added LICENSE
2018-05-05 19:12:22 -04:00
4 changed files with 78 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
V.1.0
- Game Mechanics
- Updated Buy/Sell GUI
- Saving and Loading
- Buying and Selling
- Allstocks, Historical, and Personal stock views
+72 -2
View File
@@ -1,2 +1,72 @@
# StockSim
TI84+CE game based on the Stock Market
# StockSim v.1 PR Stable
## Nicholas Pease
## (LAX18)
### Contents:
STOCKSIM.8xp Game File
README.md README
Screen1.png Picture
Screen2.png Picture
License.md License
### Screenshots:
![PIC1](Screen1.png)![PIC2](Screen2.png)
### About
Thank you for downloading StockSim version 1.0 (Public Release)!!!
This program was programmed in ICE, a revolutionary programming language created
and developed by PT_ (or P_T on IRC). Although primarily programed by LAX18, special thanks to
PT_ for help with optimization of the program (i.e teaching me lists exsist in ICE :P) and
SM84CE and beckadamtheinventor, for help with the saving and loading to an appvar (along with PT_).
The source WILL NOT be provided in this download, however this can be found and downloaded on my
GitHub repo (https://github.com/LAX18/StockSim). The source is open, but is protected under MIT
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 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.
### Installation Instructions:
(1) Open TiConnect CE
(2) Connect your calculator to your PC
(3) Navagate to the "calculator explorer" tab of Ti Connect CE
(4) Drag and drop "STOCKSIM.8xp" to ^ tab
(5) Click [Send] on the window that opens up
### To run the program:
#### OS 5.2 and below:
(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 <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
<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 version of StockSim
- Multi-Save support
- Remove 100 stock buy limit
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB