
Tymski
Members-
Content Count
48 -
Joined
-
Last visited
About Tymski
-
Rank
Advanced Member
Contact Methods
-
Website URL
gravatar.com/Tymski
-
Twitter
@tymski
Profile Information
-
Gender
Male
-
Location
Poland
-
Interests
Computer graphics, Playing instruments, Making games,
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Installed it on Android. It says Swipe to move the Player, but swiping doesn't do anything. Clicking OK doesn't do anything. Swiping or clicking anything doesn't work. Only the ad works.
-
Doesn't work very well. After 10 jumps or so it completely blocks input without any indication why.
-
-
I went back to a small project I made in 2015 and improved it a lot. PONG is something, that you can Play Online Now Guys and it's a game in which you use a pad to hit falling squares. The more a square bounces, the more points you get and you also get a bonus when you destroy the square. You also lose a point when you drop a square, so catch them if you can. Collect bonuses like expanded pad, second pad, more speed, more points, more squares and get the biggest score possible. Controls: Use arrows or click/touch the screen where you want to go. Heck, use a gamepad if you want. Play here: https://tymski.itch.io/pong
-
Account Settings -> Twitter doesn't work on chrome
-
Hello everyone. It was probably a year since I posted anything. Good to be back here. I had a looong break with hardcore html5 game development. Can you suggest a good way to start a cordova + pixi project for android? Can you recommend any tuts and share some of your experiences with developing mobile apps with pixi I look forward to reading about your experiences!
-
From 0$ to 100$/day from games documented journey update - setting things up.
Tymski replied to scheffgames's topic in News
I will soon finish my app and try to build an apk. Wish me luck. JSGods help me. I also looked into Progressive Web Apps. Users can just install your webpage on the phone. But you need to set up some things, service workers, manifest and some stuff. -
How did you create the score distribution?
-
I installed https://www.npmjs.com/package/spritesheet-js to create some spritesheets and I tried to make a sheet of tiles like so: I get this output: how to fix this? C:\Projects\Logic\img>spritesheet-js tile*.png r r o r : 0 x 8 0 0 7 0 0 5 7 C:\Users\Tymon\AppData\Roaming\npm\node_modules\spritesheet-js\index.js:129 if (err) throw err; ^ 1 C:\Projects\Logic\img>
-
-
Why do you shoot with "j" and not with "space"? Can't play with one hand.
-
sounds reasonable
-
On mobile, when you want to scroll the page, you drag screen with one finger. However, when your finger is on canvas, you can't drag the page. If a canvas covers whole screen, there is no way to scroll the page. Is there a way to enable scrolling-dragging if canvas element is under the finger?
-
you can add hammer.js to pixi project, you will need to add listeners for events to detect them for example sprite.on('swipe',doSomething);
-
I didn't know that xD
-
PixiJS 4.5.4 - ✰ Canvas ✰