Difference between revisions of "Terminal Assassin"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
[[File:Gameplay One.png|thumb|Gameplay scene of Terminal Assassin]] | [[File:Gameplay One.png|thumb|Gameplay scene of Terminal Assassin]] | ||
The goal of this project is to build a community driven assassination sandbox game. | |||
Instead of random level generation, this game focuses on user created content and thus comes with a full featured map/mission editor. | |||
'''NOTE:''' The current beta release does not contain pre-built missions of any kind. However, it is possible to use the mission editor to create some playable maps right now. | '''NOTE:''' The current beta release does not contain pre-built missions of any kind. However, it is possible to use the mission editor to create some playable maps right now. | ||
Line 23: | Line 27: | ||
* Real-time assassination gameplay | * Real-time assassination gameplay | ||
* Mission editor | * Mission editor | ||
* Will track your kills over your career | |||
* Includes the original Hitman challenges ("Piano Man", "Tasteless, Traceless", etc) | |||
== Requirements == | == Requirements == |
Revision as of 10:57, 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 |
The goal of this project is to build a community driven assassination sandbox game.
Instead of random level generation, this game focuses on user created content and thus comes with a full featured map/mission editor.
NOTE: The current beta release does not contain pre-built missions of any kind. However, it is possible to use the mission editor to create some playable maps right now.
Features
- Real-time assassination gameplay
- Mission editor
- Will track your kills over your career
- Includes the original Hitman challenges ("Piano Man", "Tasteless, Traceless", etc)
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