[

mace@navi 

~

]

$

 man temnita


_________ _______  _______  _       __________________ _______ 
\__   __/(  ____ \(       )( (    /|\__   __/\__   __/(  ___  )
   ) (   | (    \/| () () ||  \  ( |   ) (      ) (   | (   ) |
   | |   | (__    | || || ||   \ | |   | |      | |   | (___) |
   | |   |  __)   | |(_)| || (\ \) |   | |      | |   |  ___  |
   | |   | (      | |   | || | \   |   | |      | |   | (   ) |
   | |   | (____/\| )   ( || )  \  |___) (___   | |   | )   ( |
   )_(   (_______/|/     \||/    )_)\_______/   )_(   |/     \|
                                                               
      

Temnita is a randomly generated ASCII Rogue-like dungeon crawler typing game.

Created by Mason Armand for my Java class final project.

How to Play
|_ The basics
|_ Combat
|_ The Shop
|_ The Goal of the Game
|_ Full List of Commands
|_ How to fix common problems

How to Play


The basics

In the game you traverse randomly generated dungeon rooms. You also spawn with a random weapon. There are two types of inventories: your weapon inventory (your hand), and your item inventory. Your weapon inventory can only hold weapons and your item inventory can only store collectables and potions. To view your weapon inventory type "w" into the terminal. To view your item inventory type "i" into the terminal. Each room also has its own inventory which you can view by typing "look" into the terminal. If you see an item of interest in a room, you can type "view" followed by the slot the item is in to see the details of that item/weapon. To take an item or weapon type "take" followed by the slot the item is in. You can also drop items from your inventory by typing "drop" followed by the slot the item is in. Finally, you can type "leave" to go to the next room.


Combat

When you enter a room there is a random chance that you'll encounter an enemy. To fight the enemy simply type the random word that is prompted. Type these words as fast as you can in order to not take any damage. When typing a word successfully, you'll damage the enemy.


The Shop

After every 10 levels, you'll enter the shop. The shop has two features: A wheel that you can pay to spin to win a prize, or you can sell potions/collectables. You can also buy a max health upgrade to increase the maxium amount of health you can have.


The Goal

Reach room 100 to finish the game. After this you can choose to see your stats or you can continue playing infinitely. (I didn't have time to add this so it just goes on infinitely, there's no end).

NOTE: Since I'm using an exponential equation to generate the damage based on how far you are in the game, after about room 230 or so all the weapon damages will reach the 32 bit integer limit of 2,147,483,648. I could instead use a linear equation which would make a whole lot more sense, but that would be less fun :^).


How to fix common problems

If you're on windows and everything looks all glitched and messed up, please enter the command

"reg add HKEY_CURRENT_USER\Console /v VirtualTerminalLevel /t REG_DWORD /d 0x00000001 /f"

into powershell/CMD (without the quotes) and restart powershell/CMD. If you want the best playing experience change the background of powershell to black.


List of commands

- View player weapon inventory.


- View player item inventory.


look 

- View items/weapons in the room you're in.


view 

{number 0-4} 

- View the details of an item in the room.


take 

{number 0-4} 

- Take an item/weapon from the room.


drop 

{number 0-19 or 0-1} 

- Drop an item from your item/weapon inventory.


leave 

- Go to the next room.


drink 

{health potion number 0-19} 

Drink a health potion to regain health.

save 

- Save the game. It's unfinished, it works but it's kind of broken.


load 

- Load your save.


help 

- Displays this in-game.







[

mace@navi 

~

]

$

 



--------------------------------------------------------------- _________ _______ _______ _ __________________ _______ \__ __/( ____ \( )( ( /|\__ __/\__ __/( ___ ) ) ( | ( \/| () () || \ ( | ) ( ) ( | ( ) | | | | (__ | || || || \ | | | | | | | (___) | | | | __) | |(_)| || (\ \) | | | | | | ___ | | | | ( | | | || | \ | | | | | | ( ) | | | | (____/\| ) ( || ) \ |___) (___ | | | ) ( | )_( (_______/|/ \||/ )_)\_______/ )_( |/ \| ---------------------------------------------------------------
Temnita is a randomly generated dungeon crawler rogue-like typing game. Created by: Mason Armand for Mr. Spero's Java class. --------------------------------------------------------------- Seed: 677932731070205734 Press Any Key To Continue

Room: 1
____________________________________________________________
|  /        |    _                 -   -       |    |  |   |
| /         |            _   _      -          |           |
|    |      |   -             -               -|        \  |
|   /  /    |-         -       _               ||          |
|           | -          _      -     -  __  _ |       \   |
|           | _      --      ||  _             |           |
| / |       |_           -  ||||               | |         |
|/          |       -      ||||||    _        _|           |
| /  /      |-            ||||||||     --      ||   \ |\   |
|  /        |            ||||||||||   -   -  -_|    |      |
|  /        |            ||||||||||            |    \      |
| |   / //  |        _   ||||||||||  -         |    |      |
|   |       |            ||||||||||            |  \        |
|           |     -__    |||||||||| -          |       |   |
|           |____________||||||||||____________|    \      |
||    |    / -                        -    _    \ |        |
|       / /  -         _  -         _        -   \         |
|        /                  _   _-_               \        |
|      |/    -     _   -      -_       _    _      \  |    |
|      / -   - __-   -          -              -_  -\      |
|  /  /                _   _       -    -      -_    \     |
|  | /        _   -   -             -       - - -     \    |
|   /                                  -  _  --     -  \   |
|  / -     _     -       _         _                 -  \\ |
| /_    _          _  -          _    _  _-  -  -   --   \ |
|/____________-__-_-________-_______________-_____________\|

HEALTH <3:
100
GOLD:
0 >