Friday, February 12, 2016

Splatoon fan games suggestions

Suggest your Splatoon fan games here!
Make sure not to post something I've already played.

Check the playlist below to see everything I've tried so far.

Playlist

The game must be clean and functional. If you plan on making one, try to keep it simple and don't overwhelm yourself.

31 comments:

  1. Are there any limitations on what you have to do to actually get to play the game? Like, for example downloading the NetBeans editor to start the game? Because I have made a Splatoon-y game for school and I can't figure out how to convert it to a .exe file ...

    ReplyDelete
  2. Just post the link(s) for everything I need and I'll see what I can do.

    ReplyDelete
    Replies
    1. You download the NetBeans editor at https://netbeans.org/downloads
      During the installation, it will ask you to download and install the latest JDK (Java Development Kit). It will give you a link for that.
      I uploaded the game to my Google Drive, you can find it at https://drive.google.com/open?id=0B8fG2TO6N2e2WnYtTUM2YUkwVlk
      Please extract everything first. I packed a readme which explains how to start the game.

      Now for the description:
      This game is called SPOON. It's a two-dimensional two-player paintball simulator. But, as opposed to SPLATOON, where you have to cover the map in your ink, in SPOON you have to uncover your map (which is an image you select at the start of the game together with your weapon). The game runs at 30fps and is supposed to end after 3min., but it counts the frames rather than the time, which makes it last longer when it lags. And lagging it does, sadly. The more of your map you uncover, the bigger the lag. But I hope you have fun anyways.

      Delete
    2. I'm having a look at the code in NetBeans. I think the reason it is lagging so horrendously is that you're looping through each frame, saving it as an image, then rendering the image out. If you simply made a JPanel and drew directly onto that, it would be a LOT faster. I also compiled the game into a .JAR file, negating the need for NetBeans entirely. The link is Here: https://drive.google.com/open?id=0By8la8SVQxwoUjRuMTAtZ011b1U

      HAWKE: If you're curious, loading 2 different images will just overlap one on top of the other.

      Delete
    3. I used double buffering drawing to render each frame. I think it would lag significantly less if I had the program to be run on the GPU, but I have no idea how. Also, I had no idea how to compile the NetBeans project into a .jar, but I later found out how easy it is. I am ashamed of my hardcore stupidity.

      I am right now working on porting the game to JavaScript (and making it better, of course), as the browser does all the optimizing for me.

      Delete
    4. This comment has been removed by the author.

      Delete
  3. https://scratch.mit.edu/projects/89653202/
    This is splatoon game I made with scratch. I'm sure It's better then your previous fan game in youtube.

    ReplyDelete
  4. Winter Party Shooter
    https://scratch.mit.edu/projects/89881642/
    3rd installment of my scratch shooters, first scratch game I made with multiple playable characters (3), the easiest to play probably being the inkling character. Fair warning: dummies are dangerous in large numbers.
    Progress: roughly 110%; game is finished and gained a third character a few months after release, may still get updated. Not the best of my games, but the most finished.

    Lost Hero's Awakening (Alpha 4)
    https://scratch.mit.edu/projects/95614473/
    Very Zelda-like game with multiple playable characters, including 2 inklings that both get brushes. This game is going to be very big one day, and it features npc inklings who you can talk to (including an Easter egg character in room coords: (0,0).
    Progress: ??? < 10%, currently working on an update (Alpha 5) that adds 2 more characters to play as and hopefully the first dungeon.

    Keep an eye out for:
    Celestial Duo:
    2-player co-op game where one character is an inkling with solar magic.
    Can't release yet because I still need to make mirrors work, add enemies, and make the tutorial level.

    [Tile Pending]:
    Very new 2D side-scrolling shooter with plot and animation. Sadly, this game only comes with one playable character, but that's probably for the better on the side of simplicity.
    Can't release yet because I don't even have a finished title screen.

    ReplyDelete
    Replies
    1. Minor update:
      LHA alpha 5 has been released:
      https://scratch.mit.edu/projects/95866985/

      Delete
    2. I think I might wait a couple of months before trying to continue building on Lost Hero's Awakening because my current computer has trouble handling it (it's a 4 or 5 year old laptop), but I do have two games I could work on and possibly finish one of them in a couple of weeks. The one most likely to get finished soon is kind of just a compilation of card games, though the other game might share the same fate as Lost Hero's Awakening.

      Delete
  5. A splatoon game is being made by my close friends and I, and we possibly release a debug/interim/demo or whatever.
    Just expect it coming.
    Just.
    Expect.
    It.

    ReplyDelete
  6. I don't know who made this but
    http://dynamosimulator.tapesoftware.net/
    It's a Dynamo simulator, I don't know if this count as fan game or nah

    ReplyDelete
  7. Here's my fan game! I was thinking about making a third, but I'm not sure. I hope you like it! https://scratch.mit.edu/projects/79967116/

    ReplyDelete
  8. Hey Hawke I this is not a suggestion, but I seen my friend or leader of my clan splat☆ink1 is in two of your vids. I'm Splat☆Ink3 and somehow I'm a semi-pro with the custom E-liter scope. I want to play with you and splat☆ink in your squad battles. I'm not a squidbagger. <3

    A mobile splatoon fangame you should check out-

    http://a.9game.cn/bzty/

    How to get through the Chinese account of the fan game-

    https://m.youtube.com/watch?v=6KzHCGEF1e0

    Also the fan game is not malicious

    ReplyDelete
  9. I don't have anything new now, but I would like to request that you have a second look at my last game (Lost Hero's Awakening - Alpha 5).
    This time, I will arm you with some tips:

    *With the exception for the tile linking the starting are to the Bamboo area, any tile that does not have any props on it does not currently exist.
    *Though the starting list does not show the name, you can play as Agent 3 (designed after Nintendo's depiction).
    *leaving the typing box blank when choosing a character will set you to hardcore mode, which disables your ability to get back on your feet after being KOed. You can only play as the default character in this mode, which means water is an instant gameover.
    *When you enter the eastern village area (marked by a cobbled road with stone lanterns), head north two tiles and you will find a Black Smith who give you the hammer. You must defeat the chest enemy before you can get the hammer.
    *The cobbles road mentioned above is 3 tiles North/South, the middle tie leading to/from the bamboo forest road. one tile East of this cobbled road for each tile are houses.
    *Of the three houses mentioned above, you found the "shop". The shop currently only "sells" Bombs, which will set your bomb count to 50% capacity if it is below that amount.
    *The glass barrier leads to the first dungeon.

    On top of that, I have a few things that I might finish (for once).
    A small shooting game where you want to get the high score.
    A collection of card games.
    A re-imagining/optimization of Lost Hero's Awakening.

    ReplyDelete
  10. Hey Hawke, it's me again.

    I'm making a Splatoon fangame in GameMaker: Studio and I'd love to hear some feedback.

    http://g2f.nl/0wu2op7
    (Unzip all files and run the .exe to play)

    I recommend playing it with an XBOX 360 / ONE controller because then the controls are like official Splatoon.

    I hope it doesn't lag because GameMaker doesn't handle 3D too well, but if you have a somewhat modern Graphics Card you should be fine.

    Lastly I recommend to record a blind playtrough because the game is mostly about discovery.

    Have fun!

    ReplyDelete
    Replies
    1. If you're still interested, there's now an updated version on GameJolt:
      http://gamejolt.com/games/inkling-s-nightmare-splatoon-fangame-demo/192544

      Delete
  11. Neither of these are really Splatoon, or even fan games, but I'd still highly appreciate if you tried the following scratch games out:

    Firstly is Memory Flames, a game I have spent some time on (that is now mostly finish, except for music and a few other touches).
    This game will be presented for an upcoming FBLA competition.
    https://scratch.mit.edu/projects/129597166/

    This other game is really just a single boss fight with three phases
    https://scratch.mit.edu/projects/123449782/

    Feed back as soon as possible is highly appreciated, especially since it will be coming from someone for who I will not be there to personally guide during the playing of my games.

    ReplyDelete
  12. pongan un tutorial de como descargarlo e instalarlo pls

    ReplyDelete
  13. Hey, if you still look on here every now and then for new posts to do videos on, I have some things that you might be interested in looking at (not necessarily Splatoon related) here https://scratch.mit.edu/users/Catcocomics/
    Hopefully you'll notice improvements since the two games that you have looked at, considering that they're both very early projects.
    If you want my recommendation, I'd probably say that I take the most pride in Memory Flames, due to it actually being (mostly) completed, and that it's an original work.
    I would be careful about playing on Hard difficulty, though, since continues don't exist until the final boss and the enemies do triple damage on that difficulty.

    And to avoid lag with any of these, I would recommend finding and using the Scratch 2.0 offline editor so that you're using something stronger than your browser for processing power.

    ReplyDelete
  14. I like what you shared in the article, thank you for that, it has given me more experience. I would like to share with you some interesting things, if you have free time and want to find a tool for fun read it now baby smiling quotes. Read and ponder the good quotes of life below, you will surely draw in life's own deep lessonsnhững câu chuyện ý nghĩa về tình yêuOr you can go and search for the most fun games to play liketải game ninja bóng đêm. Surely what I'm introducing to you will not disappoint you. Please click and experience. Having fun.

    ReplyDelete
  15. Very nice blog, thanks for this post and I have some special things for you. If you are finding something to relax, checkers game online; iq ball will be my best recommendation for you. Let’s play and get more deep relaxation!
    Beside, you can try fun girl games for free. Now, you can completely play this addicting fun game on your mobile. Have fun!!!!

    ReplyDelete
  16. hey Whitehawke! i just got my splatoon fan-game out! https://drive.google.com/open?id=1nMXqt4WNlp8NzY-c0iNaGdRF8qt7leJf
    here's the download link ! hope you like it

    ReplyDelete
  17. Splatoon 2D / https://scratch.mit.edu/projects/266837381/

    ReplyDelete
  18. Hi, I Just Sent A Messege to You On Email, PLEASE READ!!!!!: https://mail.google.com/mail/mu/mp/224/#tl/priority/%5Esmartlabel_personal

    ReplyDelete
  19. Hi did you try SplatooD already? It's a NES demake inspired by Splatoon, here is my latest version: http://homepages.uni-paderborn.de/neuron/splatood/

    ReplyDelete
  20. I think I commented in the wrong spot before. I made a splatoon game called Mini Splatoon. The controls are in the website description.
    https://gx.games/games/2ggal7/mini-splatoon

    ReplyDelete