Joannesalfa's Recent Forum Activity

  • smk

    That's crazy, seriously.

    I really appreciate your explanation what you did this game. I was wondering you used arrays for collision, didn't you use tilemap to get locations of x and y to register collisions?

  • That's not really bug, it's design, as r0j0hound says you're overriding this behavior.

  • Looking at the source it uses a pixel array of the canvas and set's pixels individually for all drawing. It doesn't use any of the higher level stuff such as drawImage like most other games in html5 uses. In that regard it's very different than C2. The advantage is it can do those oldschool pixel effects like old dos games, for example the level transition and the dripping blood. Also do to it being low res without any scaling or rotation, per-pixel collisions can be used everywhere. The disadvantage is it has to be low res to keep up the performance, and there is no rotations or scaling of the sprites. Also no doubt they do a lot of tricks to keep things as fast as possible.

    What I got out of it that we might be able to use in C2 is a way to access pixels individually. The canvas kind of does this but things are inefficient. Basically reading pixels is pretty slow but it's much faster to write pixels, although it's probably not compatible with html5's other drawing methods. So maybe a plugin that allows you to manipulate an array of pixels that you can then copy to a texture. Only if events had zero overhead would it perform as well.

    After of reading this post, it was useful information, it makes me wonder you're capable to write a plugin to access pixel array, based from canvas plugin.

    Do you think are you able to do it? sorry if it's too impolite to ask you to make a plugin.

  • There a template, it's preconfigured including multiplayer.

    https://www.scirra.com/store/games-with ... d-game-913

  • Do you have a server that supports node.js?

  • What's kind of database and platform?

  • Ok, I will see that I can do it.

    If you plan to hire me, contact me in joannesalfa [a] gmail dot com. (For spam protection).

  • Take a look at this game

    https://butcher.thd.vg/

    I have no idea what's technology is using as blood splatters, lava, logo, screen transition, etc. It can handle million of moving pixels.

    Do you have an idea what's using this?

  • The only way to get the users e-mail address is to request extended permissions on the email field. The user must allow you to see this and you cannot get the e-mail addresses of the user's friends.

    Anyway, I have iPad and mac that use Xcode to export app for iOS I'm interested but would you mind I can use node.js for back end config?

  • ondraayyy

    Yes, it's possible, currently this template doesn't have one, I have a lot of pendings to do, I would update this imgur when I get chance.

    If you don't want to wait, there a documentation that you can create new album without account by yourself

    https://api.imgur.com/endpoints/album in Album Creation section

    You can modify AJAX post variables.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Does this work for iOS compiled with CocoonJS/Ludei?

    I had no chance to test with CocoonJS, I believe it CocoonJS can send AJAX data to imgur and get link where canvas snapshot is uploaded.

  • Where do these uploads go? User account?

    Currently, it uploads a canvas snapshot to Imgur as public, the ajax parameters can create new album, but requires extra settings, I will plan it for next version.

Joannesalfa's avatar

Joannesalfa

Member since 8 May, 2011

Twitter
Joannesalfa has 3 followers

Trophy Case

  • 13-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x2
    Coach One of your tutorials has over 1,000 readers
  • RTFM Read the fabulous manual
  • Email Verified

Progress

19/44
How to earn trophies