This is not a real game, this is kind of a sandbox for my first Godot project and first steps in game development at all
Find a file
2023-02-21 15:08:41 +02:00
addons/Gamepad Add long ago forgoten changes 2023-02-21 15:08:41 +02:00
assets/Gamepad Add long ago forgoten changes 2023-02-21 15:08:41 +02:00
characters/player Add long ago forgoten changes 2023-02-21 15:08:41 +02:00
levels/world1 Add long ago forgoten changes 2023-02-21 15:08:41 +02:00
.gitignore Initial commit 2018-10-26 16:20:12 +03:00
default_env.tres Add long ago forgoten changes 2023-02-21 15:08:41 +02:00
export_presets.cfg Initial commit 2018-10-26 16:20:12 +03:00
godot_screenshot.png Update README.md, godot_screenshot.png files 2018-10-29 21:19:14 +00:00
godot_screenshot.png.import Add long ago forgoten changes 2023-02-21 15:08:41 +02:00
icon.png Initial commit 2018-10-26 16:20:12 +03:00
icon.png.import Add long ago forgoten changes 2023-02-21 15:08:41 +02:00
mini_start.gif Update README.md, mini_start.gif files 2018-10-29 21:55:34 +00:00
project.godot Add long ago forgoten changes 2023-02-21 15:08:41 +02:00
README.md Update README.md, mini_start.gif files 2018-10-29 21:55:34 +00:00

Mini Platform Game

This is my sandbox while I'm learning and experimenting with the awesome open source game engine Godot. :)

Editing in Godot

Gameplay

Some gameplay after my first 3 hours of getting used to GDScript: Traveler move around and jump

Features

In v.0.001

  • Player can move and jump, can hit walls
  • Android virtual gamepad via 'Gamepad' addon implemented

Credit

  • Thanks to Godot's cool community and nice documentation they wrote. Really this seems enormous effort, respect!
  • Video lesons from HeartBeast
  • OpenPixelProject for the great art
  • Gamepad addon by fiaful