winkr7
go here: https://editor.construct.net/
As promised here my best attempt for tic-tac drop: https://www.dropbox.com/s/wgfhlw92p4w9z ... .capx?dl=0
You can see my platformer prototype: https://www.dropbox.com/s/a5bzym3aex89j ... .capx?dl=0
Develop games in your browser. Powerful, performant & highly capable.
Smooth rotation right? use anglelerp for example; set angle > anglelerp(self.angle, 60, 0.2)
Here the fix: https://www.dropbox.com/s/kn18m2apbn7n5 ... .capx?dl=0
and topic in forum about pinball physics: how-do-i-create-realistic-pinball-physics-explained_t185651
Goto FAQ and search for trajectory example.
Hi nicoatek,
I use one of your tunes "Cybernoid 2" as background music for my puzzle game entry in Newgrounds. Thanks for providing the audio file, I credited your name in the game:
http://www.newgrounds.com/projects/games/1104353
I think I make it in time. It's called "TIG-ABA-RIS", a puzzle punching game.
http://www.newgrounds.com/portal/view/6 ... 1496002528
Took me more than a week from concept to execution.
redfoc
There are 5 layers used with more than 400 events without array and families.
Some country are unable to see or access certain sites such as imgur. For that case I use vpn even for opening Vimeo and Newgrounds.
Looks good, I guess I need to finish my jigsaw puzzle game too.
Yes randomly has provided decent sample for everyone who want to learn the logic. It can be perfected by himself or other user by the time. At least he shown a good sample as starting point.
Perhaps I will start making this kind of tic-tac-toe game after the jam ended.
Hmm unwanted effect... If your workaround make things better then congrats! To be honest I rare using tilemaps but that just me.
I have an example for detecting match (3 or 4) >>
Works for horizontal & vertical match not diagonal but somehow you can just modify it to your needs.