A simple 2D game engine created by me.
Here's a list of tasks for the project. Feel free to contribute by working on any of these tasks.
-
Add Collision Detection: Implement collision detection to enhance gameplay and interaction.
-
Add TMX Tilemap Reader: Integrate a TMX tilemap reader to efficiently handle tile-based maps.
-
Add UI Capabilities: Create a menu system and other user interface features to enhance user experience.
-
Add PlayerController Class: Develop a
PlayerController
class to manage player input and actions. -
Add Sound Components: Incorporate sound components to add audio effects and immersion.
-
Implement Lighting Components: Enhance visual aesthetics by implementing lighting components and effects.
Feel free to pick up any task from the list above, work on it, and submit a pull request. Your contributions are greatly appreciated!
Happy coding!