Skip to content

Reimplementation of Godot Engine's platformer demo as a C++ module

License

Notifications You must be signed in to change notification settings

plucian/godot-platfomer-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot Engine platformer demo as module

This is a reimplementation of the Godot Engine platformer demo as a C++ module.

Method

Each scripted node in the original demo was converted to a new node type in the C++ module. Then the nodes were replaced in-editor by those new types and the GDScripts were removed.

Running

Put the platformer_module folder inside the Godot's source modules folder. Then build it as usual.

Open the editor and import the project platformer from this repository. You can then run it directly from there.

License

MIT

About

Reimplementation of Godot Engine's platformer demo as a C++ module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.5%
  • Python 0.5%