Jump to content

CodeCall the Game

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
23 replies to this topic

#1
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
As some of you maybe know I have been working on a text-based online game about codecall, which is temporary called "CodeCall the Game". The last 5 days I have been working my ass off since that's the only thing I have done, at least very close to.

Jordan wanted to see a preview on it so I have prepared it for a small preview. Those of you who want to try it can do so at http://vswe.codecall.net/ccGame/

Remember it is just a small preview so many things have to be done and I haven't added so many items/courses/jobs.

Please tell me what you think about it so far.

#2
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
im playin it
nice
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#3
Guest

Guest

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,414 posts
Wow cool, I am playing it now, although I think I would rather help people in real life than play a game about it.
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)

#4
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
i kick ass, i have the highest level
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Very cool! I'm playing it now. You did a fantastic job, Vswe! :amr:

#6
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts

Quote

Welcome to CodeCall the Game, thanks for registering. Observe that this is only a small peview and there's much to be done

You made a typo in preview. :P Why does my SP start at 15/18?

#7
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
I've noticed that myself, it's because first you're level 0 and then it calculates your max stamina and set your stamina to that. But at the same time it sets your level to 1 and now your max stamina is 18. So I need to fix that :D

Thanks for all your comments :)

#8
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
ah okay. your welcome! :)

When you level up, you get AP. I currently cannot do anything with that, does it save my AP for later use? Edit, I figured that out. When I level up it presents me with a screen to use my attribute points but all the buttons are disabled.

#9
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
When you level up it doesn't update the buttons so they are enabled if you didn't had enough AP before you leveled up, that a bug I already knew from when I tested earlier today. The whole problem is just that the info from the database isn't updated at the buttons but at the value at the top, I have no idea why. To do anything with your AP you havae to go to level info from the main page. All your AP is saved until you use them. :)

#10
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I was thinking, how about replacing the counters with a live counter using JavaScript? This way, we won't have to hit update. Can we get a remember me cookie as well? It keeps logging me out cause I forget to hit update in time. :D

#11
Xility

Xility

    Programmer

  • Members
  • PipPipPipPip
  • 130 posts
Wow, nicely done ^^ Now all I need is the secret cheat codes :P
Due to circumstances beyond my control I am master of my fate and captain of my soul.
— Ashleigh Brilliant

#12
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
Well, I'm pretty new to web developing (you can't tell, can you? :P) so I don't know how to do those things but both is planned to be done in the future.

But if I use JavaScript for a counter doesn't I need to reload the whole page? And what do you exactly mean with remember me? So you can't get logged out automatically or that it saves your username and password?

Ideas are always welcomed :D