THE WRITER MUST EAT -> patreon.com/trn1ty <-

blah!

ideas with no tangibility;
ideas with irrelevant supports;
ideas without value;
ideas' witlessness;
ideas' witnesses;
ideas-

<^>

2023-09-18

        WITH THIS TECHNOLOGY

[kim jong un holding a floppy disk]

     WE WILL BRING THE UNITED
        STATES TO ITS KNEES

The first time I saw this image macro was in 2012 and I thought it was so funny
I laughed about it for a week.

Today [...] posted horg.com in [...].

The DPRK is kinda swag.

Once I transcribe all my GitHub repos to either this blah or src I can delete
them and finally have nothing on GitHub. I'm still keeping my account to track
contributions to GitHub repositories but I'm no longer using GitHub for even
things that aren't meaningful. I'm not super up to date on everything with it
but I don't like that CoPilot could be trained on my code and I don't like that
it looks like social media when I log in nowadays. Gotta remove all my stars...

2018-05-20

# GUESSNEXT
A guessing game for the TI-83/84(+).

## Installation

### Required software:
- [TI-Connect](https://education.ti.com/en/products/computer-software
  /ti-connect-sw "ti.com")
- [TokensIDE](https://www.ticalc.org/archives/files/fileinfo/433/43315.html
  "ticalc.org")

### Installing from the source code:
01. Download GUESSNXT.txt.
02. Install TokensIDE.
03. Open GUESSNXT.txt in TokensIDE.
04. Delete the documentation (lines preceded by a "//").
05. Remove any empty lines.
06. Compile the program by pressing F5 or going into the BUILD MENU and
    selecting 8X>8XP.
08. Install TI-Connect.
09. Plug in your calculator.
10. Open TI-Connect.
11. Open your file explorer and navigate to the directory with GUESSNXT.8XP in
    it.
12. Copy GUESSNXT to your calculator.
13. Wait for the copy process to finish and wait an additional ten seconds for
    TI-Connect to finish calibration.
14. Unplug your calculator.
15. Enjoy your game!

## Compatibility
TI-83     - Unsupported
TI-83+    - Should work; untested
TI-84+    - Tested working
TI-84+ SE - Should work; untested

2018-05-20

40    - Disp "OUT OF GUESSES.
   40 + Disp "OUT OF GUESSES.","IT WAS:",B

2018-05-22

16 16   //Main loop
17 17   Lbl B
18 18   Disp D,"              TO",E,"","YOUR GUESS?
19    - Input "> ",C
   19 + Input "> ",Str0
   20 + If Str0="B
   21 + Then
   22 + Disp "CHEATER!!!
   23 + Return
   24 + End
   25 + expr(Str0)->C
   26 + Delvar Str0
20 27   A-1->A
21 28   If C=B
22 29   Disp "CORRECT","

2018-05-30

 6  6   ### Required software:
 7  7   - [TI-Connect](https://education.ti.com/en/products/computer-software
          /ti-connect-sw "ti.com")
 8    - - [TokensIDE](https://www.ticalc.org/archives/files/fileinfo/433/
          43315.html "ticalc.org")
    8 + - [TokensIDE](https://www.ticalc.org/archives/files/fileinfo/433/
          43315.html "ticalc.org") (if installing from the source code)
 9  9
10 10   ### Installing from the source code:
11 11   01. Download GUESSNXT.txt.
[...]
22 22   13. Wait for the copy process to finish and wait an additional ten
        seconds for TI-Connect to finish calibration.
23 23   14. Unplug your calculator.
24 24   15. Enjoy your game!
   25 + 
   26 + ### Installing a release:
   27 + 01. Go to the releases page and grab GUESSNXT.8xp.
   28 + 03. Install TI-Connect.
   29 + 04. Plug in your calculator.
   30 + 05. Open TI-Connect.
   31 + 06. Open your file explorer and navigate to the directory with GUESSNXT
            in it.
   32 + 07. Copy GUESSNXT to your calculator.
   33 + 08. Wait for the copy process to finish and wait an additional ten
            seconds for TI-Connect to finish calibration.
   34 + 09. Unplug your calculator.
   35 + 10. Enjoy your game!

26    - Delvar Str0
   26 + DelVar Str0

<^>

No rights reserved, all rights exercised, rights turned to lefts, left in this
corner of the web.