SJA random projects - Page 7

User Tag List

Page 7 of 24 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 236
  1. #61
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:

  2. #62
    Administrator |uK|chiseller's Avatar
    Join Date
    Apr 2011
    Posts
    1,968
    Country:
    Only thing missing now are exploding potatoes and epic music

  3. #63
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Quote Originally Posted by |uK|chiseller View Post
    Only thing missing now are exploding potatoes and epic music
    I was thinking turning them into mash potato bits, then throw them out in different directions when you hit a potato x times, at the moment the potatoes shrink a few percent each time you hit them, until the reach a certain size.

  4. #64
    Moderator TimTim's Avatar
    Join Date
    Aug 2013
    Posts
    1,804
    Country:
    Should put them all in a deep fryer after reaching the smallest size, and then shoot them into a fat guy's mouth who gets fatter with each bite and dies of a heart attack when they're all gone. The fat guy should wear a US flag for a shirt and a bald eagle hat. Or better yet, add an "Are you male or female?" question at the beginning, and if it's a female make it one of those HAES fat acceptance tumblrinas.
    Last edited by TimTim; 10-01-2015 at 02:57 PM.

  5. #65
    Administrator SAM's Avatar
    Join Date
    Jan 2011
    Posts
    8,296
    Country:
    Quote Originally Posted by UT-Sniper-SJA94 View Post
    Nid ZP

  6. #66
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    The hit boxes for the chips are not 100% in the right place atm.

  7. #67
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    I fixed the problem with the chips, I didn't set the target position correctly. I haven't touched the game in a few days...

    Code:
    this.target = {"x":mousePos.x,"y":mousePos.y};
    
    to
    
    this.dim = { "width": 11, "height": 65 };
    this.target = {"x":mousePos.x - (this.dim.width/2),"y":mousePos.y - (this.dim.height/2)};

  8. #68
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Added a few things:
    Text displaying the score when you hit a potato,
    Ammo, so players can't just spam fire,
    Lots of behind the scenes stuff that makes the game more playable.


  9. #69
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:

  10. #70
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Early test build is up if anyone wants to try what I've done so far: Potato Wars


    There is still lots of stuff I want to implement into this game, I haven't even started on the player stats system that I want to add(something similar to spawnkiller2s), and that will be one of the biggest tasks to do.

    Also need to add anti-cheat stuff to this game.


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Another random game
    By UT-Sniper-SJA94 in forum Spam Section
    Replies: 79
    Last Post: 06-29-2015, 07:59 PM
  2. Random siege gif.
    By Chamberly in forum Screenshots
    Replies: 8
    Last Post: 01-05-2015, 04:17 AM
  3. Ben10 / Random / random Anime names
    By uenz in forum Reports/Complaints & Appeals
    Replies: 7
    Last Post: 08-30-2014, 02:43 PM
  4. Random bug
    By UT-Sniper-SJA94 in forum Spam Section
    Replies: 7
    Last Post: 03-13-2014, 11:22 AM
  5. Everybody random guy
    By |uK|B|aZe//. in forum Bans
    Replies: 0
    Last Post: 12-23-2011, 10:31 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •