Jump to content
MakeWebGames

BlackScorp

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by BlackScorp

  1. Hi all, i just finished my prototype of a small R-Type canvas spaceshooter made with CraftyJS Framework and jQuery http://blackscorp.github.com/cron/ feel to free to fork, edit, use it, even commercial. Some pull requests with new features or bugfixing are appreciated. Greetings BlackScorp
  2. The Demo is Avaliable at http://cruel-online.de (username: test, password: testing)
  3. yeah that idea i had before, but actually i dont have time to develop further, maybe next year(bookmarked your link)
  4. Oh i already forgot about this Forums, because i realized that the script dont worth that money:D but i made some updates http://dev.cruel-online.de/ youre able to "Draw" tiles on a Map , save it and watch the preview. Actually working on my small game and dont have the time to finish the map Editor. The Editor was actually Programmed to have to work, i didnt optimized the Perfomance. So if you have any Questions, just ask:D Greetz BlackScorp
  5. on Firebug there are no errors http://cccpmik.wmw.cc/test2.php but you disabled your output in the code
  6. ok then change your action to "" or to a file without http:// and stuff
  7. to implement keysupport is easy as well, just few lines of code. @Ruleofzu are you sure about the price? you ever tryed to make it? and the demo is just an example , its not only the code, most ppl just wanted to know HOW they make it, so iam going to give the Code and explain what i did and why , it isnt somethink like "Pay me and get the zip and make what ever you like" @a_bertrand ok i will implement more layers, A* Algorithm , key functions, collision check , i hope after it you will agree with the price, just give me few days Greetz BlackScorp
  8. you ajax.php do have short tags.. see at <? it could be , that your server think that the php file is just a txt file.. change <? in <?php .. Greetz Blackscorp
  9. well this is a basic login script, i dont personally like to check if user is online via Sessions, checking user on this way allows multilogin. in your script i would personally suggest to save session_id() in the database and to check if user is online, just get the userID WHERE session = session_id(), for all your mysql_* functions i would suggest to add or die(mysql_error()); at the end. MD5 can be decrypted with a Rainbow Table just add a personal salt and add it to the password , but dont forget to add it in the Database on creating user. But what is really positive, is that this Tutorial is really short AND it have mysql_real_escape_string function.. most ppl forget it, but you didnt;) great Best regards BlackScorp
  10. yeah i didnt implemented collision atm because it was a drag and drop map before (for strategy games for example) there you dont need colisions you just need to see your neighbors on the map.
  11. Hey all, iam selling a Tilebased Isometric Ajax Map for around 100-200 € . The Map is made with jQuery javascript Framework it load new Tiles over Json, old and non visible Tiles will be deleted after displaying new Tiles, the Map tiles can be saved as PHP File, XML File or simple in MySQL database. The Map is independent of the Display/Browsersize you can setup your own size, you can scroll the map from about X - 20000 / Y - 20000 until X +20000 / Y + 20000. Iam Offering the Code and Introducing into the Code over ICQ,Mail or what ever you wanna.Tileset and Objects you need to get by yourself. I made an click Demo with animation but as i told, i can make quick drag and drop map . You can see the Demo here http://cruel-online.de/map2/ if you have suggestions or other Questions, just ask me. Sorry for my bad English. Best regards BlackScorp
×
×
  • Create New...