Remaking BEAN COUNTERS from Club Penguin in Unity!

Sdílet
Vložit
  • čas přidán 27. 05. 2019
  • Welcome to PocketMars (now PolyMars), a channel focused on game development in Unity!
    In this video, I remake the Club Penguin mini-game Bean Counters! This is the first episode of a series where I will be remaking different Club Penguin mini-games.
    Project repository:
    [Update] If you couldn't tell from the video, the code behind this project is not great so I decided to take it off of my GitHub for my own sake. In case you still want to check out the code, it's available on Google Drive: drive.google.com/file/d/1bh5O...
    Follow me on Twitter for more frequent updates on my projects!
    / polymarsyt

Komentáře • 113

  • @_itsdani
    @_itsdani Před 4 lety +39

    Please make more of these oml this is so useful I’m thinking of making a game like this myself, thank you so much keep going.

  • @BillyBob125
    @BillyBob125 Před 5 lety +46

    This looks almost exactly like the original game, well done!

  • @aeroboss23
    @aeroboss23 Před 5 lety +8

    Yo this is awesome! Showing your process of thinking through it made it a whole lot more engaging of a video

  • @lizardtheguy
    @lizardtheguy Před 4 lety +5

    This was pretty fun to watch, thanks dude

  • @nartay-
    @nartay- Před 5 lety +1

    Looks great man. Thanks for making this video

  • @absolutewisp
    @absolutewisp Před 3 lety +1

    Nice series you got there, a whole one episode, Pocket/Poly Mars :)

  • @LeWolfYT
    @LeWolfYT Před 3 lety +8

    Sometimes i wonder “Why dont people look back at the journeys that programmers take?”
    This is old but high quality content

  • @penguimTwo
    @penguimTwo Před 3 lety

    Wow this is amazing, thanks for making it

  • @gracekim25
    @gracekim25 Před 2 lety

    Ooo this is cool!
    I’m glad I found this!🤩

  • @firstname923
    @firstname923 Před 3 lety +1

    Heres the first vid of a dev legend!

  • @cking4869
    @cking4869 Před 3 lety

    Bean counters and the surfing one are probably my favorites. Man, this game was legendary

  • @aguiar.8181
    @aguiar.8181 Před 2 lety

    Damn, this channel has changed so much in two years!

  • @SuperJavaMan7
    @SuperJavaMan7 Před 3 lety +1

    It is epic.
    I Have it played bean counters before... Nice remake

  • @DarkBraveStuff
    @DarkBraveStuff Před 3 lety +37

    4:02 please use the thing called "switches" and "cases"
    or at least use "else if"

    • @Jono997
      @Jono997 Před 3 lety +19

      Also, had this guy just not heard of ints at this point?
      Thank goodness he's improved a lot since this vid.

    • @PolyMars
      @PolyMars  Před 3 lety +30

      I can confirm that I was very dumb in this video

    • @Jono997
      @Jono997 Před 3 lety +12

      @@PolyMars Yeah. Going from shit like this to learning sdl2 in a weekend? You've improved heaps.

    • @DarkBraveStuff
      @DarkBraveStuff Před 3 lety +4

      @@PolyMars at least your better now!

    • @kevinliu8924
      @kevinliu8924 Před 3 lety +1

      at least make your bags an array

  • @Sohlstyce
    @Sohlstyce Před 3 lety +2

    and a legend was born..

  • @LynJuice
    @LynJuice Před 3 lety +10

    4:25 thats some yandere dev code right there

    • @WeebiDash
      @WeebiDash Před 3 lety +1

      Lyn Juice legend says that he’s taking so long because he’s not using loops, and just copying the code by hand over and over and over and ov-

    • @Midnight_407
      @Midnight_407 Před 3 lety

      XD

    • @michaelepica3564
      @michaelepica3564 Před 3 lety

      Wait no loops lmao

  • @gachastorys5129
    @gachastorys5129 Před 2 lety +1

    Wow the old school polymars is dope!

  • @jamieboyd7535
    @jamieboyd7535 Před 2 lety

    Make more of these! I love club Penguin!

  • @dmansuperich2800
    @dmansuperich2800 Před 5 lety +8

    Ok now this is epic.

    • @gulehsan1314
      @gulehsan1314 Před 11 měsíci

      YOUR THE FIRST COMMENT ON THIS ENTIRE CHANNEL

  • @Dorbellprod
    @Dorbellprod Před 2 lety

    Good video! I subbed!

  • @chase_like_the_bank
    @chase_like_the_bank Před 5 lety +12

    Really well made video. Doing this kind of stuff when I was younger is exactly what led to me landing a job making games. Stick to it and you can too.
    I'd recommend that when keeping track of whole numbers you use int rather than float. Also the "switch-case" statement can be your friend when trying to avoid 500 ugly if statements. Finally and most importantly instead of having 20 Bag1, Bag2, Bag3... Gameobjects you should just use an array/list GameObject[] or List. Fill that list up, then
    for(int i=0;i

    • @PolyMars
      @PolyMars  Před 5 lety +5

      Thanks so much! That is definitely a much better approach for all of those things. I’ll add these changes to the GitHub repository.

  • @knightofy333schua8
    @knightofy333schua8 Před 3 lety

    For the game boundary: in stead of doing, "if x < border, set x to border" you should instead add "if x > leftborder do ( your movement logic)"

  • @UsmanDev
    @UsmanDev Před rokem +2

    Polymars really went from Unity to Scratch

  • @breffish
    @breffish Před 3 lety

    this takes me baaaack

  • @issajoke220
    @issajoke220 Před 4 lety +5

    Could you remake more club penguin mini-games?

  • @gokusupersaiyan6
    @gokusupersaiyan6 Před 2 lety +3

    Just a quick tip on being a 1337 coder, your boundary checking code could be written as a one-liner as follows:
    mouseX = max(-4.68, min(mouseX, 3.75));
    NIce video!

    • @finja2164
      @finja2164 Před 2 lety +2

      This video is 2 years old I don’t think he’ll see this

  • @craigclewlow6082
    @craigclewlow6082 Před rokem +1

    He has changed so much

  • @5upr3m3Tr077
    @5upr3m3Tr077 Před 2 lety +1

    I know it has been awhile since this video came out but I just wanted to say when I was a kid Club Penguin was such a fun game and it's honestly a shame what happened to it. Great remake of this game though, not my favourite one from the original game but still awesome to see it again!

  • @gabrielvault1694
    @gabrielvault1694 Před 4 lety

    Unity looks fun now

  • @nkusters
    @nkusters Před 4 lety +2

    Why die you use floats to represent integer numbers (number of bags)?

  • @hirandompeopled4968
    @hirandompeopled4968 Před 3 lety

    Nice

  • @gleelive9705
    @gleelive9705 Před 5 lety +2

    When is part 2?

  • @watercat1248
    @watercat1248 Před 3 lety

    Cool

  • @cf-unicorn
    @cf-unicorn Před rokem

    damn that was only 3 years ago? you really came a long a way lol

  • @YTSCG123
    @YTSCG123 Před 3 lety +1

    Its insane how many subs game devs get even with less than 20 vids

  • @TheDuckPone
    @TheDuckPone Před 5 lety +3

    Can you do a tutorial on how to make a virtual world like cp, and have online?

    • @awsumturtle
      @awsumturtle Před 3 lety

      Just watch a photon networking 2 tutorial.

  • @PrivateHerb007
    @PrivateHerb007 Před rokem

    I'm glad he changed it to polymars lol

  • @atomgutan8064
    @atomgutan8064 Před 3 lety

    Mic quality is trash but that doesnt matter! Awesome video!

  • @monkeygaming2841
    @monkeygaming2841 Před 3 lety

    he needs to add the candy mode

  • @markkane3739
    @markkane3739 Před 7 měsíci

    Hello! A friend of mine asked if I'd be able to port your project here to the Vita, and as it turns out it was a very straightforward job to do so. Do you mind us releasing it to the Vita community, and what attribution would you like for your work here?

  • @SoulLexx
    @SoulLexx Před 2 lety

    please
    *_PolyMars, Please make more of these videos, you never continued the series after this video_*

  • @muradmalik
    @muradmalik Před 3 lety +1

    haha bean
    (edit, i almost didnt notice that this is his first video! i just got recommended this lol)

  • @robodragon195
    @robodragon195 Před 3 lety +1

    Please do cart surfers

  • @hotdoggydoggydog
    @hotdoggydoggydog Před 4 lety +2

    WOW! that game looked amazing!... I'm watching this in 2020 and there is still not a part 2:(

    • @PolyMars
      @PolyMars  Před 4 lety +4

      Thanks! I had no idea what I was doing when I made this video but I definitely plan on revisiting the series soon, probably starting off by recreating Card Jitsu :)

    • @hazy6932
      @hazy6932 Před 3 lety

      @@PolyMars thatd be so cool!

    • @slaydedeatherage9154
      @slaydedeatherage9154 Před rokem

      I’m watching this in 2023

  • @PooDotStinkPants
    @PooDotStinkPants Před 2 lety +2

    How does a penguin build a house? Igloos it together.

    • @silverpuffle
      @silverpuffle Před 2 lety +1

      Why are penguins so popular on the internet?
      Because they have Web feet!

  • @lonelyPorterCH
    @lonelyPorterCH Před 3 lety +2

    But why use a float for the state where you only increase by whole numbers?^^

    • @meganixi5282
      @meganixi5282 Před 3 lety

      no one knows, i do the same when i make games in unity. Probably because f was closer to where he was typing and there was that intellisense thing in the project so f would become float automaticaly.

  • @kevin9120
    @kevin9120 Před 3 lety +1

    So I understand that I most likely won't get an answer, but when he was setting the boundaries in code why didn't he just clamp the value? A lot more efficient than an if statement

    • @Rotem_S
      @Rotem_S Před 3 lety

      He didn't know many tricks that he does now, same for the "use a switch statement" comment that's here somewhere

  • @TheBattleKing
    @TheBattleKing Před 3 lety

    would you be able to port bean counters to 3ds!?(:

  • @bigcozstudios
    @bigcozstudios Před rokem +1

    Hi, i am looking into making a fully functioning website similar to club penguin and am very impressed with this. Are you interested in hearing more about this project? I would love to make a team and create this

  • @redcrewmate6824
    @redcrewmate6824 Před 3 lety

    I want to download it please

  • @InfinityBOIIIIII
    @InfinityBOIIIIII Před 7 měsíci +1

    You were called pocket mars before you changed to poly mars?

  • @clumsycuber3254
    @clumsycuber3254 Před 3 lety

    Bean

  • @setseretze3565
    @setseretze3565 Před 3 lety

    2:00
    screen to world point he forgot about it lol

  • @TimeLords910
    @TimeLords910 Před 3 lety

    if you make cj cjf cjw or cjsnow can you send me the c# code

  • @scobkeo
    @scobkeo Před 4 měsíci

    Dang you were named pocket mars?

  • @Huwitto
    @Huwitto Před 3 lety

    Wait, wasn’t it already recreated in Unity for Club Penguin Island?

    • @Fupicat
      @Fupicat Před 3 lety

      Yes, the original Club Penguin for mobile also had a copy of Bean Counters. :P

    • @aldmyboi
      @aldmyboi Před 3 lety

      @@Fupicat actually cpi uses that version

  • @kleins0
    @kleins0 Před 2 lety +1

    4:03 hello yanderedev

  • @RandomRealm417
    @RandomRealm417 Před 3 lety

    Your Old Username Was Pocket Mars

  • @leontius5502
    @leontius5502 Před 3 lety +1

    You should make it in Java since there is java in the bags

  • @stratonov16
    @stratonov16 Před 2 lety

    I generally don't like things but it's 999 and I couldn't resist to make it to 1K

  • @bulletgamess5051
    @bulletgamess5051 Před 3 lety

    Poket mars

  • @awsumturtle
    @awsumturtle Před 3 lety

    You could have used a switch statement, not like 10 ifs. That is very unoptimized code.

  • @dwifte
    @dwifte Před 3 lety

    else
    if
    if
    if

  • @rachelguan6261
    @rachelguan6261 Před 5 lety

    very cool! su?😳

  • @LeWolfYT
    @LeWolfYT Před 2 lety

    But jelly bean mode

  • @silverpuffle
    @silverpuffle Před 2 lety

    Create bits and bolts now

  • @kilgarragh
    @kilgarragh Před 3 lety

    so... are we going to discuss vr? that's... a no?

  • @cubamckenzie8081
    @cubamckenzie8081 Před 2 lety

    Lol

  • @ErCapoAlex
    @ErCapoAlex Před 3 lety

    Hii

  • @kartarva3556
    @kartarva3556 Před 3 lety

    Pocketmars anyone feel old?

  • @FanisGames92
    @FanisGames92 Před rokem

    Cp mini is broken. 😐

  • @shuaibali-ip7kg
    @shuaibali-ip7kg Před 19 dny

    O

  • @voonillathemalo
    @voonillathemalo Před 3 lety

    People disliked this because they suck at this minigame and have bad memories of it

  • @uncalancomun2895
    @uncalancomun2895 Před rokem

    I think im 100

  • @idonthaveanamelastname4996

    i found this accidentally ;-;

  • @fampasicyalt
    @fampasicyalt Před rokem

    Pocket Mars?
    I guess you are a teen while making this i also have some cracks I'm a tween

  • @beep2997
    @beep2997 Před 2 lety

    I'm a creeper

  • @BonesOfficial_
    @BonesOfficial_ Před 5 měsíci

    Oof, that’s your first vid? Looks weird.

  • @nkusters
    @nkusters Před 4 lety

    Cool, but maybe add a disclaimer that you can’t use those resources legally.

  • @WebGame2k
    @WebGame2k Před 3 lety

    I never played club penguin

  • @yikes.
    @yikes. Před 4 měsíci +2

    just quit lil bro😭

  • @Tondon..
    @Tondon.. Před 3 lety +4

    He will never pin this comment