Search found 7 matches

by josepedrodias
Mon Mar 04, 2019 6:43 pm
Forum: Games and Creations
Topic: TetrisL
Replies: 4
Views: 7935

Re: TetrisL

can you give a practical example? i mostly tested with the tetris99 blocks. cheers
by josepedrodias
Mon Mar 04, 2019 9:32 am
Forum: Games and Creations
Topic: TetrisL
Replies: 4
Views: 7935

Re: TetrisL

That's for server side development purposes. But yeah, that should be clearly stated, thanks!
by josepedrodias
Mon Mar 04, 2019 12:07 am
Forum: Games and Creations
Topic: TetrisL
Replies: 4
Views: 7935

TetrisL

Just putting out there the tetris-like game I've been doing. source code: https://github.com/josepedrodias/tetrisl love file (works in android too): https://josepedrodias.github.io/tetrisl/dist/tetris.love a recent tweet of the android gameplay: https://twitter.com/jose_pedro_dias/status/11018683045...
by josepedrodias
Sun Mar 03, 2019 11:59 pm
Forum: Games and Creations
Topic: Mario Kart: Extreme Drift
Replies: 18
Views: 34796

Re: Mario Kart: Extreme Drift

This is amazing. I agree that you're reaching pretty solid results and would probably benefit from departing the nintendo artwork. Congrats
by josepedrodias
Wed Jan 20, 2016 12:45 am
Forum: General
Topic: bitmap font renderer
Replies: 3
Views: 3451

Re: bitmap font renderer

I'm not sure you got the purpose of this. This script generates a canvas from the config you define. One can get save the canvas as a png and use as a love2d bitmap font. I can improve this with a form, support file input for customising fonts used, even a native app via electron. But with no feedba...
by josepedrodias
Mon Jan 18, 2016 4:48 am
Forum: General
Topic: bitmap font renderer
Replies: 3
Views: 3451

Re: bitmap font renderer

Updated the code a little bit. Should work well with Chrome and Safari now. demo: http://josepedrodias.github.io/love2d-bitmap-font-renderer/ source font: https://www.behance.net/gallery/31268855/Determination-Better-Undertale-Font result: http://josepedrodias.github.io/love2d-bitmap-font-renderer/D...
by josepedrodias
Fri Jan 15, 2016 5:07 am
Forum: General
Topic: bitmap font renderer
Replies: 3
Views: 3451

bitmap font renderer

It's still very crude and only works in Firefox.

example: http://josepedrodias.github.io/love2d-b ... -renderer/
repos: https://github.com/JosePedroDias/love2d ... t-renderer

It's 5am, must sleep now.