Difference between revisions of "Terminal Assassin"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
== Requirements == | == Requirements == | ||
'''IMPORTANT:''' Please, install the font | '''IMPORTANT:''' Please, install the font called square-hacked.ttf in the "font" folder of this release. | ||
{| class="wikitable" | |||
|+ Keybindings for gameplay | |||
|- | |||
! Action !! Keys | |||
|- | |||
| Movement || w,a,s,d | |||
|- | |||
| Interact / Pickup || e | |||
|- | |||
| Equip next inventory Item || q | |||
|- | |||
| Set body part aiming || Tab | |||
|- | |||
| Begin aiming || f | |||
|- | |||
| Drop item || x | |||
|- | |||
| Put item away || c | |||
|- | |||
| Open inventory || i | |||
|} | |||
=== Interactions with multiple objects === | |||
When you are close to multiple objects, you can interact with them by pressing the E key, that will switch into directional mode and the next direction you press on the keyboard will choose the object you want to interact with. | |||
== Mission Editor == | |||
{| class="wikitable" | |||
|+ Global Keybindings for Editor | |||
|- | |||
! Action !! Keys | |||
|- | |||
| Switch to Map mode || F1 | |||
|- | |||
| Switch to Item mode || F2 | |||
|- | |||
| Switch to Actor mode || F3 | |||
|- | |||
| Switch to Task mode || F4 | |||
|- | |||
| Switch to Zone mode || F5 | |||
|- | |||
| Test gameplay || F9 | |||
|- | |||
| Save map || F11 | |||
|- | |||
| Load map || F12, l | |||
|} | |||
{| class="wikitable" | |||
|+ Keybindings for Map mode | |||
|- | |||
! Action !! Keys | |||
|- | |||
| Open Tile Menu || Space | |||
|- | |||
| Place tile || Mouse Left Click | |||
|} | |||
{| class="wikitable" | |||
|+ Keybindings for Item mode | |||
|- | |||
! Action !! Keys | |||
|- | |||
| Open Item Menu || Space | |||
|- | |||
| Place item || Mouse Left Click | |||
|} | |||
{| class="wikitable" | |||
|+ Keybindings for Actor mode | |||
|- | |||
! Action !! Keys | |||
|- | |||
| Add actor || a | |||
|- | |||
| Toggle selected actor type || t | |||
|- | |||
| Delete selected actor || Backspace | |||
|} | |||
{| class="wikitable" | |||
|+ Keybindings for Task mode | |||
|- | |||
! Action !! Keys | |||
|- | |||
| Add task || a | |||
|- | |||
| Delete selected task || Backspace | |||
|} | |||
== Development == | == Development == |
Revision as of 10:45, 5 January 2023
Terminal Assassin is a coffeebreak roguelike
Terminal Assassin | |
---|---|
Beta Project | |
Developer | Memmaker |
Theme | Modern |
Influences | Hitman series |
Released | 2023 Jan 5 |
Updated | 2023 Jan 5 (Beta) |
Licensing | Freeware |
P. Language | Go |
Platforms | Linux, BSD, Windows, Mac |
Interface | ASCII, Keyboard |
Game Length | ~ half an hour |
Official site of Terminal Assassin |
Features
- Real-time assassination gameplay
- Mission editor
Requirements
IMPORTANT: Please, install the font called square-hacked.ttf in the "font" folder of this release.
Action | Keys |
---|---|
Movement | w,a,s,d |
Interact / Pickup | e |
Equip next inventory Item | q |
Set body part aiming | Tab |
Begin aiming | f |
Drop item | x |
Put item away | c |
Open inventory | i |
Interactions with multiple objects
When you are close to multiple objects, you can interact with them by pressing the E key, that will switch into directional mode and the next direction you press on the keyboard will choose the object you want to interact with.
Mission Editor
Action | Keys |
---|---|
Switch to Map mode | F1 |
Switch to Item mode | F2 |
Switch to Actor mode | F3 |
Switch to Task mode | F4 |
Switch to Zone mode | F5 |
Test gameplay | F9 |
Save map | F11 |
Load map | F12, l |
Action | Keys |
---|---|
Open Tile Menu | Space |
Place tile | Mouse Left Click |
Action | Keys |
---|---|
Open Item Menu | Space |
Place item | Mouse Left Click |
Action | Keys |
---|---|
Add actor | a |
Toggle selected actor type | t |
Delete selected actor | Backspace |
Action | Keys |
---|---|
Add task | a |
Delete selected task | Backspace |
Development
TODO