1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

[Game] Count to 10000

Discussion in 'Forum Games' started by robske_110 (Tim), Dec 29, 2016.

  1. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    1
    This Game is supposed to not be flawed or run into paradoxes.

    every post should contain the number of the first line of the last counting/valid post +1

    Counting/Valid posts are only posts that conform with these rules:
    • The first line must ONLY contain a number on the first line
    • The number in the first line must be the number of the last valid/counting post + 1
    If posts are not valid/counting they can just be ignored.
    In code:
    Code:
    bool foundValidPost = false;
    int currPost = this.lastPostNum;
    Post finalPost;
    while(!foundValidPost){
        if(this.getPost(currPos).isValid()){
            finalPost = this.getPost(currPos);
            break;
        }
        currPos--;
    }
    string postContent = finalPost.getContentAsLineArray()[0] + 1;
    this.post(postContent);
    
    This is a valid and counting post.

    Tip for making this more interesting: In the lines below the first line you can make a sentence with your number.
     
    Last edited: Dec 29, 2016
  2. Sandertv

    Sandertv Zombie Pigman Poggit Reviewer

    Messages:
    786
    GitHub:
    Sandertv
    2
    Well... This is so plain.
     
  3. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    3
    Another counting game?
     
  4. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    4
    Yes, the previous one was broken
     
  5. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    5
    I like to post more than 5 posts every day
     
  6. TheKnightGamer

    TheKnightGamer Spider Jockey

    Messages:
    43
    GitHub:
    Jean-TKG
    6
    Well here we go again
     
  7. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    7
    I am online 24/7 (jk)
     
  8. TheKnightGamer

    TheKnightGamer Spider Jockey

    Messages:
    43
    GitHub:
    Jean-TKG
  9. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    9
    9 is the best number ever because you can divide it by 3
     
  10. Sandertv

    Sandertv Zombie Pigman Poggit Reviewer

    Messages:
    786
    GitHub:
    Sandertv
    10
    I prefer ten because you can't divide it by 3.
     
  11. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    10
    Because @Sandertv's post was invalid because it contained a quote in the first line, and the line with the number had bb codes in it and not just the number itself. :p
     
  12. Junkdude

    Junkdude Zombie

    Messages:
    346
    GitHub:
    JunkDaCoder
  13. korado531m7

    korado531m7 Slime

    Messages:
    77
    GitHub:
    korado531m7
    12
    I want to eat a dozen chocolates
     
  14. Junkdude

    Junkdude Zombie

    Messages:
    346
    GitHub:
    JunkDaCoder
    13
    lets summon the devil
     
  15. Thunder33345

    Thunder33345 Moderator Staff Member

    Messages:
    2,137
    GitHub:
    Thunder33345
    13
    since
     
  16. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    14
    Two times seven is 14
     
  17. Muqsit

    Muqsit Chicken

    Messages:
    1,548
    GitHub:
    muqsit
    15
    That's my age!
     
  18. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    16
    The current year is two-thousand and 16.
     
  19. TheKnightGamer

    TheKnightGamer Spider Jockey

    Messages:
    43
    GitHub:
    Jean-TKG
    17
    Ten plus seven equal 17 and @HimbeersaftLP said this
    And this
    So @HimbeersaftLP must be 17?
     
  20. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    18
    My age plus 4 equals this number
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.