• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

open source

  1. gnysek

    Free Piano in GM (Open Source)

    I wanted to share with you example that I've made - Piano in GameMaker, which uses only 1 sound asset + audio_play_sound with proper pitch setting which changes audio by semitones: power(2, semitone_distance_from_default_tone/12). It's open source, you can use it in whatever way you want...
  2. Lepto

    GMS2 Open-Source Games that aren't Minigames

    I've been searching for good examples of projects that are complex and have a high industry-standard for their game's code. That way, I can learn more about how specific programming patterns are used in GMS2 and how the pros do things. Hopefully. So far, this is what I've found: Daniel's Base...
  3. FredFredrickson

    Free Password Generator (open source)

    Password Generator is an app I created with GameMaker to help me quickly make randomized strings for - you guessed it - passwords! A little background: I originally created this app when I switched over to Edge from Chrome, and for a while, Edge didn't include a built-in password generator...
  4. Lord KJWilliams

    Suggestion GMS should have a Open Source section on YoYo games website

    I wanted to suggest the idea of GMS having a open source section on YoYo Games website, like the marketplace. I think that it would be very beneficial to every programmer who use GMS, so that its not just the marketplace of where people can add-on other peoples inventions, they can also choose...
  5. Binsk

    Free Signals extension [discontinued]

    Howdy! Ever since I started using the Godot game engine I fell in love with the idea of signals. I implemented a version for GameMaker that I generally use in my GameMaker projects and thought I would share the code with everyone here. For those familiar with Godot, these signals work a tad...
  6. D

    Windows Open Source - Green Canine

    I'm posting this but I don't have any high hopes that people will actually contribute. This will be a game where everyone can participate in making graphics (must be hand painted), code and music. GITHUB https://github.com/users/miblient/projects/1 Rules You must not over do it. Gradient...
  7. Lord KJWilliams

    GNU Software License : Why do I need to copyright my GMS game, before releasing it as Open Source?

    I need a second opinion about releasing a GMS game, as open source under a GNU Software license. I went to GNU's website to read their information on this, and what does not make sense, is that they suggest that I copyright my software before I register it with GNU as open source, in the USA (...
  8. W

    Open source GameMaker Studio 2 template

    Hi everyone, I've created a GameMaker Studio 2 project template that can help you get to designing and developing your core mechanics faster. It provides an animated font, a basic UI framework, basic state management, input handling, and a couple other things. I am making it available under...
  9. G

    Alpha Veins of Light ***OPEN TO CONTRIBUTION***

    Delve into an ancient tomb, and confront the renewed evil that lurks within... link to download: galaxypickle.itch.io/VoL Explore giant mushroom forests, uncover the truth of your origin, and avoid deadly traps and combat creatures of the depths! Veins of Light is a 2D Action-Platformer...
  10. 2

    Free Mono:UI - A GMS2 User Interface Library (v0.1.2)

    (Be aware: This project is still early in development.) (Not many features are currently available.) CURRENT VERSION: 0.1.2 DOWNLOAD LINK: zip - gz - bz2 MORE: Getting Started Wiki Issue Tracker Roadmap Mono:UI Mono:UI is a library for use with GameMaker Studio 2. It is meant to make...
  11. M

    Asset - Extension AsyncImage - Asynchronously Load Png Files

    Hello everyone! This extension allows GM applications to load png files in the background without blocking the main thread. Typically this will be useful for loading sprites/other images during a loading screen. Marketplace Features: Free! Asynchronously load png images. Open Source! See...
  12. Online Handle

    Demo The Tarnishing of Juxtia (Dark Souls inspired platformer)

    I have been working on a Dark Souls inspired platformer for a few months now and thought it was about time I make a thread to track progress. NOTE: Currently looking for an sfx artist. If interested, please contact me. UPDATE: Jacob V is redoing all of my bad artwork into something...
  13. Chaos Fusion

     Realms of Mobius 3D

    Realms of Mobius WIP Open Source 3D Sonic Engine Description: Realms of Mobius or RoM for short is a open source 3D Sonic engine that I'm working on. The idea originally was to create a special stage engine that was also open source however lazine...ahem...circumstances and disappointment...
  14. FrostyCat

    Free MCTS Connect-4

    MCTS Connect-4 Really? Another one this soon? Description This open-sourced project demonstrates a random-playout, minimally blocking MCTS AI that plays Connect-4 via a simple animated UI. You can adjust the AI's strength by setting its thinking time with a slider. All code is extensively...
  15. FrostyCat

    Free MCTS Tic-Tac-Toe

    MCTS Tic-Tac-Toe A simple gift to the GMC for the 2016 holiday season Description This open-sourced project demonstrates a random-playout, minimally blocking MCTS AI that plays Tic-Tac-Toe via a simple animated UI. You can adjust the AI's strength by setting its thinking time with a slider...
Top