2048 Demo
This is a playable demo for an asset you can buy for Gamemaker Studio.
marketplace.yoyogames
Use the arrow keys, wasd or swipe with the mouse.
With just 3 lines of code you can be running the entire 2048 game.
Features:
- Unlimited grid size
- Any number of games can run at the same time
- In built swipe controls, so you can use the mouse or touch screen!
- Works on ALL platforms (Windows, Android, HTML5, ect..)
- Fully animated
- Well commented code, so you can learn and change it to suit your game
- Can draw upside down and scale to any size on the fly.
- You can use whatever images you want as the background and the tiles
- Animations are only visual, the underlining math is instant, so you can input controls into the game at any speed and it will keep up, it just skips the animation.
- Portable, plug this engine into any game you like and use it as a mini game
- Save and load the game to a json file
- Undo moves as many times as you like
- Each games data is stored in a single ds_map for easy modular control
I use this plugin in my game EvoPet, check it out on Google Play or the App Store.
Leave a comment
Log in with itch.io to leave a comment.