Hello again, lovers!
I know what english localization in the game still have some grammar errors and typos.
here english text (total ~750 strings)
You may help if found some mistakes and post here your fixed variants.
Thanks!
Search found 21 matches
- Thu Aug 13, 2020 3:15 pm
- Forum: Games and Creations
- Topic: Tri0: Lost Aliens
- Replies: 2
- Views: 6534
- Mon Jul 13, 2020 7:07 pm
- Forum: Games and Creations
- Topic: Tri0: Lost Aliens
- Replies: 2
- Views: 6534
Tri0: Lost Aliens
Hello, lovers. This is humour turn-based puzzle game about 3 aliens, crashed on the Earth. trailer https://img.itch.zone/aW1hZ2UvNjk3NzM4LzM4NzExNDIucG5n/347x500/kcJi%2Bu.png https://img.itch.zone/aW1hZ2UvNjk3NzM4LzM4NzExMzYucG5n/347x500/OgXXuO.png https://img.itch.zone/aW1hZ2UvNjk3NzM4LzM4NzExNDEuc...
- Thu Jan 03, 2019 12:03 pm
- Forum: Games and Creations
- Topic: JuggleBook
- Replies: 2
- Views: 8249
JuggleBook
Is a mix of arkanoid, side-scroll shooter and juggling. Game originally made for 2-days gamejam. LEVEL https://love2d.org/imgmirrur/zomOX51.gif BOSS https://love2d.org/imgmirrur/LPR5sBV.gif link Post your suggestions and ideas. Sorry, i'm not publish WEB-version, is too laggy. I'l be pleasure if you...
- Sun Nov 18, 2018 4:09 pm
- Forum: Games and Creations
- Topic: Protobox
- Replies: 4
- Views: 5408
Re: Protobox
ivan
In main menu have item 'tutorial'. And player can repeat tutorial by button T in-time fight.Instead, try to show/teach the players how to use these moves in-game.
- Fri Nov 16, 2018 7:21 pm
- Forum: Games and Creations
- Topic: Protobox
- Replies: 4
- Views: 5408
- Sat Jul 28, 2018 6:01 pm
- Forum: Games and Creations
- Topic: Circles3
- Replies: 0
- Views: 2572
Circles3
Casual Match3+Balls Throw balls in box. Collide 3 circles by same color to delete them. Touch white ball on bottom to complete level. Can be running in browser on desktop or mobile (excuse me, but on mobile sound not works). link https://m.gjcdn.net/screenshot-thumbnail/200x2000/552639-v3.jpg https:...
- Thu May 17, 2018 9:17 am
- Forum: Ports
- Topic: Love.js - A Direct Emscripten Port
- Replies: 224
- Views: 648016
Re: Love.js - A Direct Emscripten Port
Don't work sound on mobile:
https://github.com/TannerRogalsky/love.js/issues/60
I tested another games - Mari0, Friendshape, same thing.
https://github.com/TannerRogalsky/love.js/issues/60
I tested another games - Mari0, Friendshape, same thing.
- Mon Feb 12, 2018 5:40 pm
- Forum: Libraries and Tools
- Topic: Fizz X
- Replies: 85
- Views: 69678
Re: Fizz X
O, nice, i made this: if (me.phys.l > 0 and nx < 0) then shape_a.x = shape_a.x - nx; end if (me.phys.r > 0 and nx > 0) then shape_a.x = shape_a.x - nx; end if (me.phys.u > 0 and ny < 0) then shape_a.y = shape_a.y - ny; end if (me.phys.d > 0 and ny > 0) then shape_a.y = shape_a.y - ny; end
- Tue Feb 06, 2018 4:34 pm
- Forum: Libraries and Tools
- Topic: Fizz X
- Replies: 85
- Views: 69678
Re: Fizz X
Hello, ivan.
I have a question. How i can mark side of rectangle shape like it's collides with static shape?
I need this for correct collisions with my own level geometry (by pixels). By while one shape can push other shape through my geometry.
I have a question. How i can mark side of rectangle shape like it's collides with static shape?
I need this for correct collisions with my own level geometry (by pixels). By while one shape can push other shape through my geometry.
- Tue Mar 29, 2016 5:31 pm
- Forum: Ports
- Topic: Love.js - A Direct Emscripten Port
- Replies: 224
- Views: 648016
Re: Love.js - A Direct Emscripten Port
In my case love.js loading 24.8 sec (in web-console). But still not work.