项目作者: mlesniak

项目描述 :
A very simple one-screen Godot demo project
高级语言: GDScript
项目地址: git://github.com/mlesniak/godot-game.git
创建时间: 2020-01-21T12:24:49Z
项目社区:https://github.com/mlesniak/godot-game

开源协议:Apache License 2.0

下载


Overview

This is a small code-and-learn-everything-in-one-day game written with Godot. Basically I wanted to experiment with
a low-complexity game engine and was quite surprised how fast my progress was given the fact that I did not know anything about Godot, game engines, GDscript, … approximately 24 hours before. I would definitely use this engine again for playing around with some of my game ideas. Features include:

  • Gamepad support
  • Fullscreen mode
  • Background music
  • Collision detection
  • Awesome gameplay (…subjective!)

Screenshot

The game allows two players to play catch. After 5 seconds, sides are switched, i.e. only one is able to catch the other in the given timeframe.