Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]

Author Topic: My little browser clicking game  (Read 4505 times)

bertix

  • Bay Watcher
  • Sanity is over-rated.
    • View Profile
Re: My little browser clicking game
« Reply #15 on: October 06, 2013, 09:16:07 am »

Code: [Select]
argent = argent +10000
Code: [Select]
Pierre = pierre +100000Easely exploitable :3

 You sir, are french it seems.
Logged
Set phasers to tsun.

bQt31

  • Bay Watcher
    • View Profile
Re: My little browser clicking game
« Reply #16 on: October 06, 2013, 12:06:16 pm »

Yes I'm french, and this is no ajax so yes it's easy to cheat
Logged

garbagedisposal

  • Escaped Lunatic
    • View Profile
Re: My little browser clicking game
« Reply #17 on: October 08, 2013, 04:20:10 pm »

It's a fun game, I finished it in like 4 hours (drinking and watching tv-series on the side).

Writing it purely for the client-side was a bad move; it's easy to cheat and it's non-transportable.
But I think the biggest problem is the fact that you can't lose anything. I have actually a lot of ideas
for new features for game (the possibilities for expansion are infinite), and I'd be even on-board with
implementing them with you as well; the prerequisites being that the game will be taken off the client-side,
and that you are college-level calculus/statistics literate.
Logged

Cheeetar

  • Bay Watcher
  • Spaceghost Perpetrator
    • View Profile
Re: My little browser clicking game
« Reply #18 on: October 08, 2013, 07:40:38 pm »

It's a fun game, I finished it in like 4 hours (drinking and watching tv-series on the side).

Writing it purely for the client-side was a bad move; it's easy to cheat and it's non-transportable.
But I think the biggest problem is the fact that you can't lose anything. I have actually a lot of ideas
for new features for game (the possibilities for expansion are infinite), and I'd be even on-board with
implementing them with you as well; the prerequisites being that the game will be taken off the client-side,
and that you are college-level calculus/statistics literate.

If you'd like to ask him to prove himself to you for him to gain your help, maybe it would be neat to give your own qualifications or some of your own ideas.
Logged
I've played some mafia.

Most of the time when someone is described as politically correct they are simply correct.

garbagedisposal

  • Escaped Lunatic
    • View Profile
Re: My little browser clicking game
« Reply #19 on: October 08, 2013, 08:44:32 pm »

If you'd like to ask him to prove himself to you for him to gain your help, maybe it would be neat to give your own qualifications
I'll take his word for it, this isn't a commercial enterprise. I'm a 3rd year computer science student with some programming experience on multiple platforms, and nearly graduate-level understanding of math and statistics. I'm fairly certain that to implement the features I have in mind require some college-level statistical analysis.

maybe it would be neat to give some of your own ideas.
"You're not a rabbit, and I'm not a frog, so let's not jump ahead."
If he's not into taking it off the client-side, or he doesn't have the appropriate level of education, I might do something of my own with my ideas.
Logged

Tilla

  • Bay Watcher
  • Slam with the best or jam with the rest
    • View Profile
Re: My little browser clicking game
« Reply #20 on: October 08, 2013, 10:00:51 pm »

Why bother making it server-side, it's a silly little web game, not serious business. I think when you start worrying about people cheating, you have already jumped the shark with this type of game.

It's a fun little diversion although I did burn through everything pretty quickly.
Logged

garbagedisposal

  • Escaped Lunatic
    • View Profile
Re: My little browser clicking game
« Reply #21 on: October 08, 2013, 10:30:01 pm »

Why bother making it server-side, it's a silly little web game, not serious business. I think when you start worrying about people cheating, you have already jumped the shark with this type of game.

It's a fun little diversion although I did burn through everything pretty quickly.
I think you're using that idiom incorrectly.  :)
Quote
The usage of "jump the shark" has subsequently broadened beyond television, indicating the moment when a brand, design, or creative effort's evolution loses the essential qualities that initially defined its success and declines
Besides, making it server-side is not so much about cheating as it is about scalability. Designing and implementing features on a project that - due to its unnecessarily inherent limitations - can't become anything worthwhile, doesn't sound like a fruitful use of my time. If you do it right, then at least you get programming experience and something to write on your CV, if nothing else.
« Last Edit: October 08, 2013, 10:34:36 pm by garbagedisposal »
Logged

RE91

  • Escaped Lunatic
    • View Profile
Re: My little browser clicking game
« Reply #22 on: October 09, 2013, 01:50:16 am »

I just registered to say that this game seems cool. I already completed it with all golden achievements.
Also made better looking theme for it even tho i am very beginner on css coding and it is bit glitchy as it is designed to work on 1920x1080 resolution..


Click to enlarge

Here is code for it.

Code: [Select]
#body {
    background-color: #4f4f4f;
  color: white;
    background-image:url('http://www.urbangamers.net/forum/images/bluefox/misc/bg_tile.gif');
    margin-left: auto;
    margin-right: auto;
    font-size:13px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#left{
    background-color: #2c2c2c;
    background-image:url('http://img405.imageshack.us/img405/9615/k5y6.jpg');
  background-repeat:repeat-x;
//    min-height:600px;
    padding-left:20px;
    padding-top:0px;
    margin-top:129px;
//  margin-left:60px;
  border:1px solid #373737;
//    float:left;
  position:fixed;
  left:60px;
//    max-width:40%;
  width:700px;
    font-family: Calibri, sans-serif;
}
#wrapperright{
    background-color: #1b1b1b;
    background-image:url('http://www.urbangamers.net/forum/images/bluefox/misc/nav_bg.gif');
  background-repeat:repeat-x;
  margin-left:25px;
  margin-top:0px;
  position: fixed;
  top:0px;
  left:10px;
  padding-left:800px;
    border:1px solid #373737;
//    max-width:100%;
  z-index: -1;
}
#topright{
    padding-right:10px;
    font-size:18px;
    font-family: Calibri, sans-serif;
}
#right{
    min-height:100px;
    padding-top:40px;
    padding-right:10px;
    font-size:18px;
    font-family: Calibri, sans-serif;
    clear:both;
}
#pied {
  position: fixed;
  left:90px;
}
#boutonMiner{
    height:246px;
    width:341px;
    background-image:url('http://i01.i.aliimg.com/photo/v0/103976483/iron_ore_mining_project.jpg');
    margin-left:10px;
    margin-top:10px;
    display:none;
}
#boutonSpin{
    font-size:30px;
    display:none;
}
#tableGains{
    font-size:30px;
    display:none;
}
#tableChatango{
    padding-top:30px;
}
#tableJeu{
    padding-left:100px;
    padding-top:30px;
}
#espace{
    font-size:18px;
}
.tdTexte{
    padding-left:30px;
}
.image{
    margin-left:10px;
    margin-top:10px;
    display:none;
}
.texteVariable{
    display:none;
    font-size:18px;
}
.texteMarket{
    display:none;
}
.rouleau{
    display:none;
    font-size:40px;
    resize:none;
}
.myButton {


    background-color:transparent;

    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;

    border:0px solid transparent;

    color:#ffffff;
    font-family:arial;
    font-size:17px;
    font-weight:bold;
    padding:0px 0px;
    text-decoration:none;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, transparent), color-stop(1, transparent));
    background:-moz-linear-gradient(top, transparent 5%, transparent 100%);
    background:-webkit-linear-gradient(top, transparent 5%, transparent 100%);
    background:-o-linear-gradient(top, transparent 5%, transparent 100%);
    background:-ms-linear-gradient(top, transparent 5%, transparent 100%);
    background:linear-gradient(to bottom, transparent 5%, transparent 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent',GradientType=0);
    background-color:transparent;
}
.myButton:active {
    position:relative;
    top:1px;
}
.boutonAction {
    -moz-box-shadow:inset 0px 1px 0px 0px #bababa;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bababa;
    box-shadow:inset 0px 1px 0px 0px #bababa;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #badb72), color-stop(1, #95b354) );
    background:-moz-linear-gradient( center top, #badb72 5%, #95b354 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#badb72', endColorstr='#95b354');
    background-color:#badb72;
    -webkit-border-top-left-radius:20px;
    -moz-border-radius-topleft:20px;
    border-top-left-radius:20px;
    -webkit-border-top-right-radius:20px;
    -moz-border-radius-topright:20px;
    border-top-right-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    -moz-border-radius-bottomright:20px;
    border-bottom-right-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-bottomleft:20px;
    border-bottom-left-radius:20px;
    text-indent:0;
    border:1px solid #619e5d;
    display:inline-block;
    color:#000000;
    font-family:Trebuchet MS;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
    height:18px;
    line-height:18px;
    width:60px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #8f8d8b;
}
.boutonAction:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #95b354), color-stop(1, #badb72) );
    background:-moz-linear-gradient( center top, #95b354 5%, #badb72 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#95b354', endColorstr='#badb72');
    background-color:#95b354;
}.boutonAction:active {
     position:relative;
     top:1px;
 }
« Last Edit: October 09, 2013, 01:53:35 am by RE91 »
Logged

bQt31

  • Bay Watcher
    • View Profile
Re: My little browser clicking game
« Reply #23 on: October 09, 2013, 04:44:10 am »

Thanks guys but I don't need help from people I don't already know irl. One of my friend is going to help me with the design and the graphics. And as Tilla said, it's not like I'm going to implement rankings or anything so I'm fine with the whole thing being client side. I don't have to bother with the storage and bandwidth and I like it.
Logged

garbagedisposal

  • Escaped Lunatic
    • View Profile
Re: My little browser clicking game
« Reply #24 on: October 09, 2013, 04:11:45 pm »

Thanks guys but I don't need help from people I don't already know irl.
Pride is the most severe of the seven deadly sins.
Stay plebeian.;D
Logged
Pages: 1 [2]