Minigame Simulator 0.3 (Major Update!)

Show off your games, demos and other (playable) creations.
User avatar
HugoBDesigner
Party member
Posts: 403
Joined: Mon Feb 24, 2014 6:54 pm
Location: Above the Pocket Dimension
Contact:

Minigame Simulator 0.3 (Major Update!)

Post by HugoBDesigner »

Hello! So, I've started working on this minigame simulator a LONG time ago, but I actually just started it (but never finished). Recently, I decided to take some time to return to it, and improved a lot of things for it. It is far from finished, but it is playable already.

The main point of this simulator is to have multiple minigames in a single game AND to let people add in their own games or download someone else's games, as well as let them play on custom-made simulator skins, so they feel like playing with any "console" they like!

The games currently present by default are Snake and Tetris, as well as a "tech-demo" 3D-ish cube by alesan99, but you can install and play any game made for this, or follow the guides to make your own minigame (requires some knowledge of Lua and LÖVE).

Image Image

If you have any questions about how to make minigames for this, just check out "Reference.lua" inside the .love file. For making custom skin sets, check out "Sets.lua".

I'll try to keep updating it based on my To-Do list, or just by adding new games/sets. So if you have any problems or suggestions, just let me know :)

Code: Select all

 Version 0.3
 Changelog:
  - Fixed several bugs;
  - Rewrote sets loading system;
  - Improved game controls;
  - Added several new minigame functions;
  - Added custom settings loading for sets;
  - Added customizable buttons for sets;
  - Added multiple screens support;
  - Added new drawing functions;
  - Added pixel blending for transparency;
  - Fixed several bugs with Snake;
  - Converted to LÖVE 0.10.1;
  - Improved default game set;
  - Added lots of new game and sets functions;
  - Added game "Tetris";
  - Added demo "3D Cube" by alesan99;
  - Added a game selection menu;
  - Added a new game set: "Scribble";
  - Rewrote data loading/saving system;
  - Improved game loading;
  - Removed game speed as default on update.
-----------------------------------------------
Version 0.2
 Changelog:
  - Added pause;
  - Added settings;
  - Custom settings per game;
  - Custom skin and minigame colors;
  - Added scores and highscores;
  - Converted to LÖVE 0.9.1.
-----------------------------------------------
 Version 0.1
 Changelog:
  - Started project.
Minigame Simulator v0.3.love
Source version (.love)
(787.92 KiB) Downloaded 305 times
Minigame Simulator v0.3.zip
Executable version (.exe)
(3.43 MiB) Downloaded 252 times
Last edited by HugoBDesigner on Fri Apr 14, 2017 9:44 pm, edited 5 times in total.
@HugoBDesigner - Twitter
HugoBDesigner - Blog
User avatar
alberto_lara
Party member
Posts: 372
Joined: Wed Oct 30, 2013 8:59 pm

Re: Minigame Simulator 0.1 (Make your own minigame!)

Post by alberto_lara »

This seems really cool, maybe you should port it to android with some changes :)

Please check mine here: http://love2d.org/forums/viewtopic.php?f=5&t=78615
User avatar
HugoBDesigner
Party member
Posts: 403
Joined: Mon Feb 24, 2014 6:54 pm
Location: Above the Pocket Dimension
Contact:

Re: Minigame Simulator 0.1 (Make your own minigame!)

Post by HugoBDesigner »

So, I updated the Minigame Simulator, so now you can ACTUALLY pause games and enter the settings menu. You can also add your own game settings in a VERY easy way :)

Image Image

(I'll update the main post later)
@HugoBDesigner - Twitter
HugoBDesigner - Blog
User avatar
Murii
Party member
Posts: 216
Joined: Fri Jul 05, 2013 9:58 am
Location: Arad, Romania
Contact:

Re: Minigame Simulator 0.1 (Make your own minigame!)

Post by Murii »

Well...this is something new and interesting! ^^
User avatar
lost_RD
Prole
Posts: 23
Joined: Sun Nov 24, 2013 9:16 am
Location: Australia

Re: Minigame Simulator 0.1 (Make your own minigame!)

Post by lost_RD »

I ported 0.1 to Love 0.9.1 so that I could test it and I really like the concept. The execution is good too, snake plays well. Any chance OP is still around?
Minigame Simulator 0.1-0.9.1.love
ported to 0.9.1
(4.61 MiB) Downloaded 366 times
User avatar
HugoBDesigner
Party member
Posts: 403
Joined: Mon Feb 24, 2014 6:54 pm
Location: Above the Pocket Dimension
Contact:

Re: Minigame Simulator 0.1 (Make your own minigame!)

Post by HugoBDesigner »

I am still around, but I'm not working on this anymore. Although I like the idea and there were a lot of things I wanted to add to this project, I realized that it wasn't good enough. Sure, it was going to load custom games, have a nice menu, etc., but this wasn't something worth it to invest time: it'd be fun to play a couple of times, then people would kinda forget about it. And so I did. But, if you want, you can still work with it, make modifications, anything you want! If you plan of taking over the project too (or anybody else), feel free as well. Credits are appreciated but this was forgotten for so long that I wouldn't even mind :P

By the way, thanks for porting it for Löve 0.9.1! I updated the main post with your link!
@HugoBDesigner - Twitter
HugoBDesigner - Blog
User avatar
lost_RD
Prole
Posts: 23
Joined: Sun Nov 24, 2013 9:16 am
Location: Australia

Re: Minigame Simulator 0.1 (Make your own minigame!)

Post by lost_RD »

While it may not be a game changer, I remember spending way too much of my life on little games like these and your project prompts a lot of nostalgia for me which is nice. Any chance you could share the most up-to-date version you have? Pause functionality and that new skin in the update post would be great is possible.
User avatar
HugoBDesigner
Party member
Posts: 403
Joined: Mon Feb 24, 2014 6:54 pm
Location: Above the Pocket Dimension
Contact:

Re: Minigame Simulator 0.2 (Make your own minigame!)

Post by HugoBDesigner »

Oh, right, sorry... I forgot I didn't upload the latest version :P
Updated the main post with it, plus a few informations (a.k.a changelog).
@HugoBDesigner - Twitter
HugoBDesigner - Blog
User avatar
lost_RD
Prole
Posts: 23
Joined: Sun Nov 24, 2013 9:16 am
Location: Australia

Re: Minigame Simulator 0.2 (Make your own minigame!)

Post by lost_RD »

Look what I found while sorting through some old junk! It reminded me of this project.

Image
User avatar
HugoBDesigner
Party member
Posts: 403
Joined: Mon Feb 24, 2014 6:54 pm
Location: Above the Pocket Dimension
Contact:

Re: Minigame Simulator 0.2 (Make your own minigame!)

Post by HugoBDesigner »

Heheh, I have one that is pretty similar to this. That's what this project was based off of anyways :rofl:
@HugoBDesigner - Twitter
HugoBDesigner - Blog
Post Reply

Who is online

Users browsing this forum: No registered users and 77 guests