JS Farm Game Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    script JS Farm Game Script

    image_5770.zip After someone requesting a farm game script the other day. I was wondering if it was possible to create a farm game script using unicode characters + jquery..
    So I had a couple hours to kill so I put together this:
    Click image for larger version  Name:	farm js.png Views:	1 Size:	154.4 KB ID:	154988

    It is a bit basic and doesn't include a login or database etc, but it could hep someone to make a better version of it.

    If you do get a version of this up and running it would be good to see

    if you cannot see the characters at the bottom of the page in your editor then change the encoding to UTF-8

    image_5770.zip
    Last edited by something else; 15.12.18, 08:25.

    #2
    Script isn't showing and I don't have access to edit my post lol

    So will try posting the script again:


    js farm game.zip
    Attached Files

    Comment


      #3
      Thanks alot buddy. This is a really good start...

      Comment


        #4
        Your welcome

        btw line 213 is meant to be:
        main.js
        Code:
        $.get(url, function(data, status)
        but that was for connecting to a server - which I didn't get around to doing.

        and line 144 to line 159 was going to be for clicking the arrows to swap the flowers to other plants/animals which I also did not get round to completing.
        Last edited by something else; 20.12.18, 18:06.

        Comment

        Working...
        X