Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added cheat console (desktop only) #147

Merged
merged 8 commits into from
Dec 26, 2023
Merged

Added cheat console (desktop only) #147

merged 8 commits into from
Dec 26, 2023

Conversation

dbeef
Copy link
Owner

@dbeef dbeef commented Dec 16, 2023

A helper in the process of game development - many times I was in need of a tool that would:

  • ...allow me to spawn any arbitrary NPC, even in main menu - when adding a new NPC type, or item, or a collectible
  • ...allow me to edit rooms (tile editor)
  • ...allow me to change any main dude properties, that is amount of money, hearts, bombs, ropes, etc.
  • ...allow me to change levels - I will need that when developing the jungle levels (levels 4 and 8) to skip the cave levels

And many more.

src/game-loop/CMakeLists.txt Outdated Show resolved Hide resolved
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a cleanup.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, must be built conditionally.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cleanup of this file is the only thing left.

@dbeef dbeef changed the title WIP: Added cheat console Added cheat console (desktop only) Dec 26, 2023
@dbeef dbeef merged commit ea11078 into master Dec 26, 2023
2 of 4 checks passed
@dbeef dbeef deleted the cheat-console branch December 26, 2023 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant