Skip to content

rockade92/SpaceWorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceWorm

A snake-like game prototype made with Godot engine where you can also run into enemies.

I made this project to learn Godot and test various features. The scripts are written in gdscript.

Things I learned

  • How to switch scenes
  • How to use fonts
  • Window / Full screen
  • Physics and collisions 2D
  • How to spawn random object using factories
  • Collisions layers
  • How to add and remove instances with code
  • Connect an event on a UI element to a script
  • How to use signals (Godot’s version of the observer pattern)

The font was made by codeman38

About

FirstGame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors