You are NOT permitted to enter this hotel. Leave now or your life is forfeit once you enter further. This is a CLI Roguelike game that forces the player to be meticulous in using items in battle.
Submission for the game jam: bad jam 2.
The following commit conventions has been adopted from this gist.
Changes relevant to the API or UI:
<feat>: Commits that add, adjust or remove a new feature to the API or UI
<fix>: Commits that fix an API or UI bug of a preceded <feat> commit
<refactor>: Commits that rewrite or restructure code without altering API or UI behavior
<perf>: Commits are special type of <refactor> commits that specifically improve performance
<style>: Commits that address code style (e.g., white-space, formatting, missing semi-colons) and do not affect application behavior
<test>: Commits that add missing tests or correct existing ones
<docs>: Commits that exclusively affect documentation
<build>: Commits that affect build-related components such as build tools, dependencies, project version, CI/CD pipelines, ...
<ops>: Commits that affect operational components like infrastructure, deployment, backup, recovery procedures, ...
<chore>: Commits that represent tasks like initial commit, modifying .gitignore, ...
In order to be able to compile this program, you will need to install the nim compiler
To compile and run the project, run:
nim compile --run main.nim