Game Feel Simulator
A downloadable game
Controls
WASD or Arrow Keys to move character
Space/W/Up to Jump
Click and drag on various UI elements to change up the gameplay!
What is this?
Game Feel Simulator is a 2D platforming educational tool designed to teach users what can influence the feeling of moving around a character in 2D space. This tool was developed to be used as a supporting material for the Intro to Game Design class at the University of Utah. Users can learn what potential variables to consider when constructing a 2D character controller, and can explore what "bad" and "good" game feel is.
The tool consists of 4 main interfaces. In the upper left portion of the screen is the save interface where you can change between save profiles and create new ones. In the upper right portion is the timeline which shows real-time input and character statistics. The bottom left portion contains both variable scroll menus which allows for customizing the character controller. And the bottom right portion is the game window where the character can platform through the game world!
Find a detailed breakdown in Manual.txt, included in the zip file download.
THIS TOOL IS STILL IN DEVELOPMENT, YOU MAY ENCOUNTER BUGS AND UNPOLISHED CONTENT
Game Feel Resources
Game Feel: A Game Designer's Guide to Virtual Sensation by Steve Swink
Video Essays and Talks on Game Feel
Game Feel: The Secret Ingredient an article by Steve Swink
Game Feel: A Beginner's Guide an article by Alexander Brazie
Game Feel an insightful forum post by nvrogers
The Godot 4.x.x character controller is included in ZIP download (player.gd)
The character controller can be used for any commercial or non-commercial projects.
To use:
- Add the script to a new CharacterBody2D node.
- Add a CollisionShape2D node as a child of the CharacterBody2D node
- In the inspector when the CollisionShape2D node is selected, create a new Shape of your desired size
- In the inspector when the CharacterBody2D node is selected, change any variable to your desired value
- Now, the character controller is ready to use!
Patch Notes
Known Issues
Status | In development |
Rating | Rated 4.0 out of 5 stars (1 total ratings) |
Author | BluMakesGames |
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.