Skip to content

The first Intermediate GameMaker: Studio tutorial source. A basic local-multiplayer supporting platformer engine.

Notifications You must be signed in to change notification settings

waveparadigm/intermediate-gms-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An intermediate GameMaker: Studio tutorial project source code.

This is a two-player (easily extended to 4 if desired) local multiplayer platformer engine created in 50 minutes in a YouTube tutorial. (link)

Gravity, jump strength, number of extra jumps, etc are all defined as constants in Create and are easily modified. Your own idle, run, jump, and fall sprites can be added and used to replace the ones referenced in the platformer Create and End Step methods. 

You can resize the spr_hitbox to match the size of your new sprites and will work appropriately. Make sure you center them all.

About

The first Intermediate GameMaker: Studio tutorial source. A basic local-multiplayer supporting platformer engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages