Skip to content

inkandswitch/moddable-pong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moddable Pong

This mini moddable game project by Endless OS Foundation is intended to help ease the learning curve into Godot.

This sample project allows learners to engage with game creation concepts, applying various modifications to the game itself, all without reading or writing any code.

The doc/MODS.md file details the mods that have been made available.

Running patchwork plugin

You need to init the Patchwork submodule

git submodule init

Starting godot with the following command ensures that the rust plugin is always rebuild

run.sh

Contributing

We encourage contributions that continue to address the intended audience and design of of this project. You can communicate with us through the Endless Studios community platform and submit pull requests via GitHub.

Development environment

Please use pre-commit to check for correct formatting and other issues before creating commits. To do this automatically, you can add it as a git hook:

# If you don't have pre-commit already:
pip install pre-commit

# Setup git hook:
pre-commit install

Now pre-commit will run automatically on git commit!

About

Mini moddable Pong clone to ease the Godot learning curve

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GDScript 97.6%
  • Harbour 1.8%
  • Shell 0.6%