Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Mirror ForceView game page

A minimalistic addictive escape game.
Submitted by TheDarkNight (@Darknes41886175) — 1 day, 2 hours before the deadline
Add to collection

Play GAME JAM ENTRY

Mirror Force's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#662.6593.000
Audio#701.6121.818
Graphics#741.8532.091
Innovation#751.8532.091
Overall#761.9022.145
Gameplay#771.5311.727

Ranked from 11 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Played this on stream. Check out the vod here for my thoughts. https://www.twitch.tv/videos/1004495752?t=00h59m34s

Developer (1 edit)

Thanks a lot :)

Edit :- just saw the stream, I forgot to change the tick for faster pcs,  I have it configured for my potato so the player movement is pretty slow and playable. Sorry for such a bad gaming experience. The link goes to a reddit page that I planned to make to note everything I learned from the development. So that the next person that uses matter wouldn't have a hard time understanding bugs. 

Submitted(+1)

Ah, that'd make sense. I'll see if I can do something on my side to fix the input issue and give it another try in my next stream if I can. 

Developer

Thanks man ! 

Ps- this was the second game I've ever made in js, the first one being pong. So I don't expect much of it. I think of it as a stepping stone towards building a platformer with most of the same mechanic. The initial plan was to implement a shooting system for both the enemy and the players but that turned out to be too hard. So I basically settled for a third rate game.

Submitted(+1)

I liked the graphics, but controlling the characters is very complicated

Developer (1 edit) (+1)

Hey thanks for the feedback  :) 

I will update the controls and add more features after the jam. Actually I was planning to remake the game in unity so that I could complete my original vision. 

Thanks a lot again :)

Edit:- This was actually made with the wire frames of the matter js library. I wanted to add a glow effect to them to make it cooler but apparently there is no scope for this with the gl of matter.

Submitted(+1)

Thanks for making this game!

This give me an inspiration to convert my first game (3D) in 2D using Matterjs to make it Instant Play.

Developer

You're welcome :D

Also......you probably know this but I wouldn't recommend using matter js's inbuilt renderer. It provides less tools to work with (on the graphics) . The optimal usage of matter is with p5 graphics I think.  Well, cheers and all the best!

Submitted(+1)

Thanks for the advice. Is it good idea to bind HTML or SVG element position with Matterjs objects/bodies?

For example, drawing circle or polygon as an SVG element (e.g <circle> or <path>) then move it using Matterjs.

Developer(+1)

 As long as you can update your element position with a proper loop,  anything should work with matter js.  The documentation is well done, so you wouldn't have an issue with binding svg elements. That being said, it all boils down to the code you write. I can assure you that the physics engine works very well.