https://github.com/loosedwhale/godot_2dplattformer_game
I was forced to use gotdot, what more can I say
https://github.com/loosedwhale/godot_2dplattformer_game
forced godot godotengine godotscript school-project
Last synced: about 2 months ago
JSON representation
I was forced to use gotdot, what more can I say
- Host: GitHub
- URL: https://github.com/loosedwhale/godot_2dplattformer_game
- Owner: LoosedWhale
- Created: 2023-11-22T20:31:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T17:58:09.000Z (over 1 year ago)
- Last Synced: 2025-04-07T22:14:52.210Z (about 2 months ago)
- Topics: forced, godot, godotengine, godotscript, school-project
- Language: GDScript
- Homepage:
- Size: 984 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Godot 2D Platformer Game
`Still not finshed, the README.md is halfmade at this very moment`Welcome to the Godot 2D Platformer Game repository! This project is a simple 2D platformer game developed using the Godot game engine.
## Table of Contents
- [Getting Started](#getting-started)
- [Controls](#controls)
- [Features](#features)
- [Gameplay](#gameplay)
- [Screenshots](#screenshots)
- [How to Contribute](#how-to-contribute)
- [License](#license)## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/LoosedWhale/Godot_2DPlattformer_Game.git
```
# Godot 2D Platformer GameWelcome to the Godot 2D Platformer Game repository! This project is a simple 2D platformer game developed using the Godot game engine.
## Getting Started
1. Open the project in Godot Engine.
## Controls
- **Arrow & WASD keys**: Move the player character.
- **Spacebar**: Jump.## Features
- [List key features of your game]
## Gameplay
[Describe the gameplay mechanics, objectives, or any other relevant details about how to play your game.]
## Screenshots
[Include screenshots or gifs of your game to showcase its visual style and gameplay.]
## How to Contribute
If you would like to contribute to the project, follow these steps:
1. Fork the project.
2. Create a new branch: `git checkout -b feature-name`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin feature-name`
5. Submit a pull request.## License
This project is licensed under the [MIT License](LICENSE).
Enjoy playing the Godot 2D Platformer Game!