Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
/ RSGL-Examples Public archive

Brief example test projects that show how you could impliment some concepts with RSGL

Notifications You must be signed in to change notification settings

RSGL/RSGL-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSGL Examples

Brief example test projects that show how you could impliment some concepts with RSGL

RSGLMake and RSGL are both required to compile the examples

run [sudo] make RSGL to install RSGL

run [sudo] make RSGLMake to install RSGL Make

After you have both installed you can compile the projects by going into that project's dirrectory and running RSGLMake

cd "RSGL Dash"
RSGLMake

RSGL Dash

Geometry Dash "clone"

  • Jumping

  • Flipping a spirte (badly)

  • Infinite Side scrolling

  • Physics (partly)

RSGL Gun

Gun example with a circle guy shooting bullets

  • (bad) gun mechanic

  • projectile logic

platformer

Simple platformer base

  • More complex physics example

  • vector based physics

  • platforms & objects

  • shape detecting

Intro

Simple game intro example

  • image and text drawing

  • pre-gameloop intro

  • RSGL Intro

About

Brief example test projects that show how you could impliment some concepts with RSGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published