Search results

  1. M

    Ibbit

    I hired Ibbit to do some pixel artwork for me. She was fast, professional, and skilled. She captured the very essence of the artwork I had in my mind and delivered it to me on the same day. I would recommend her and intend to work with her in the future. ?
  2. M

    Furry Realms (online multiplayer RPG)

    @Ibbit I haven't played it for any great length of time, but my sister used to and I am aware of it generally — it looks cool, but when I played it (many, many years ago) I felt like I had nothing to do on there. Or at least, I was uncertain about what I could do in the game. ? I love Stardew...
  3. M

    Furry Realms (online multiplayer RPG)

    Oh okay. Well, for a start it's a browser-based RPG, it's not just a point and click standard site. So hopefully that will gain some interest. I am implementing a quest system along with events. I'm undecided on dailies — whenever I play an MMO with dailies I always feel pressured and/or feel...
  4. M

    Furry Realms (online multiplayer RPG)

    Activities Hmm. When you say activities, what do you mean? Community There will be player groups, alliances/guilds, and factions that your characters can work with. Given the divided nature of the realms, your character will likely end up siding with some factions over others although you're...
  5. M

    Furry Realms (online multiplayer RPG)

    My next steps will be acquiring people to bounce ideas and features off — obviously, I have a vision for my game, but there's no point me accruing a lot of art assets if people don't find the basic premise of the game interesting, and the gameplay fun...
  6. M

    Furry Realms (online multiplayer RPG)

    Posting this more as an accountability/development thread than an announcement of anything. Furry Realms is an online multiplayer RPG featuring anthropomorphic animals. I suppose the closest comparison would be RuneScape but without the fancy 3D graphics but also a bit of Stardew Valley in...
  7. M

    A Game to Link Together Petsites - Open Alpha

    I would be interested in integrating with this site. I have an in-development game.
  8. M

    Ruby on Rails 5.2 find by vname returns nil for valid value

    The syntax has changed, you need to use User.find_by(vname: some_value) https://api.rubyonrails.org/classes/ActiveRecord/FinderMethods.html#method-i-find_by
  9. M

    Bug Reports

    Automated tests are bits of code that you write that you then run before uploading the codebase to your site. In other words, you write the tests in the style of how you expect the code to be, and the tests confirm whether that is actually true or not. For example, below is a piece of code I...
  10. M

    Bug Reports

    1. Do you have a test suite implemented for your code base? I find that automated tests before deploying a new version of the game catch most bugs which will help reduce the number of bug reports you have to deal with. As for what a good rate of fixing bugs is, that depends entirely on your team...
Back
Top