Jump to content
MakeWebGames

gamble

Members
  • Posts

    356
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by gamble

  1. Good morning/afternoon everyone! Over the past couple of weeks I have been developing an advanced game engine that utilizes many different technologies that have not previously been used in game engines (to my knowledge). The engine uses a series of helper functions and a custom built template manager to create a single page web app (no refreshes or page loads except for the initial load). S - Single P - Page A - Application D - Designed for E - Efficiency I will not go into detail during this post, due to this not being an official release. With that being said below are a couple of the technologies and features unique to SPADE: Uses HTTP API requests (limited by PHPs lack of REST API support) Uses CSS Grids to make a very dynamic user interface Includes a full mobile site - this goes hand in hand with the CSS Grids A full UI templating engine that will build the entire app for you...assuming all the appropriate functions are defined Custom error handling via the UI templating engine Current plan for release: Price: $50 Release Date: TBD - It is hard to have an exact date due to having a family to spend time with, and work to attend to So you may be asking "If this is not a release what is this post about?!" Well today i would like to invite you to come check out the UI and features that will be released with this engine. The UI as it stands right now is 95% complete (I have plans to add a couple minor feature, and there are always bugs to fix). The staff panel is currently in development - early early stages (which is why this is not ready for release). Feel free to come check out the game engine: https://spade.makeweb.games/ I ask that everyone please create their own account, due to the current token system being a single token at a time (if you log in and someone else was already logged in to that account it will kick them out). If you have any questions or want any clarification please leave a reply and i will answer you as soon as i can!
  2. Guys I think you're beating a dead horse at this point...he's long gone by now I'm sure
  3. https://en.wikipedia.org/wiki/Category:Samurai_weapons_and_equipment
  4. gamble

    New Game Engine?

    I'd do a public development so people could see progress and ask questions as things come up
  5. Good afternoon all! Just curious if there would be any interest in a modern game engine. I was considering creating one using a hefty amount of JavaScript to make it more dynamic. Just curious before I order hosting and spend a lot of time.
  6. I haven't tested this or anything, but I think the below will work: window.onerror = function(msg, url, linenumber) { alert('Error message: '+msg+'\nURL: '+url+'\nLine Number: '+linenumber); return true; }
  7. My mistake for misinterpreting the message. I didn't interpret it as a joke, so my bad. On a positive note, I am glad you got your issue all figured out! Have a great day!
  8. Yeah...I don't think you read that definition that you presented. Scavage has nothing to do with searching, which this mod is clearly aimed towards: "You have to search the streets at least one times!" Scavenge means to search for discarded items.
  9. Just a quick note: the word is "scavenge" not "scavage" Sorry, but it was bothering the hell out of me.
  10. Assuming the previous post is your exact code, you are missing the parenthesis after preventDefault.
  11. gamble

    Time "wasters"

    I'm not quite sure this is the most appropriate place for this, but it seems to be correct. Apologies in advance if it is not. Anyways, to my question: what are the best ways to keep a user interested during cooldowns? Do you have any modules that you've implemented to keep a user playing for longer durations of time? My thoughts for good time "wasters": -Casino games -Chat Rooms Those are really the only few I can think of right at the moment, but I'm curious to hear others' thoughts. Thanks!
  12. gamble

    Item System

    This may be an unpopular opinion, but by making 2 separate leaderboards as you suggested you pretty much admit it's pay to win - if you purchase items you're a higher tier player, therefore you're not worthy to be compared to them if you haven't made purchases. Just my thoughts
  13. @Simits been a hot minute since I've seen you and worked with you. Last time we worked together Skype was still a thing lol. Glad to see you're still part of the community
  14. Hey...don't know if anyone will remember me, but I'm back! Currently have no live games, but am working on one in GoLang. See you guys around!
  15. Very cool.
  16. Mmmmmk bud. Keep talking.
  17. I think you should look up the MVC architecture, and the way CI works. As for the hard coded links: at most they were in 1 file, and that file was the css file.
  18. Oh, and you had to change the htaccess file. Other than that yes, it really was. No extra software or anything. Just upload, change the htaccess file, and of course update the db information.
  19. The original coding has nothing to do with the ease of set up...it was literally just upload and go.
  20. This christmas marks my PSN accounts 10th year! Thats crazy!
  21. I have 35 games for PS4...which would you like to talk about? Been playing a massive amount of Payday 2....phenominal
  22. I have this: var a = { b: 230000, c: function(){ var b = "derp"; $.get("a.php", function (data, status){ this.b = data; }); return b; } } How do i return the data from the $.get? Ive been working on this and researching for too long now haha. Anyone have any ideas?
  23. I have an iFrame in a page, and i need to call a function that the main page has. I know about the parent.functionName(), but that isnt working for me. Keeps throwing out this error: Uncaught SecurityError: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match. Anyone know how to fix this, or get around it in some way? I am doing this on my desktop with regular js and HTML files, not on a server or anything.
  24. Seeing as summer is approaching quickly i will be having an incredible amount of free time, but nothing to do. So today i want to ask you guys: What should i code? Just random stuff? A new game engine? Some mods? Revive an old project? Please help. Thanks MWG!
  25. Today in a couple hours i made this: http://codepen.io/gambleDev/pen/xbvPZm Not too impressive i know, but its a foundation for a kick ass competition/practice thread. I want to see what you guys can do with that script. Be creative, Id really like to see one that forms a picture/able to write a name that is stored in a variable or something. Variations made: ORIGINAL: http://codepen.io/gambleDev/pen/xbvPZm ARC: http://codepen.io/gambleDev/pen/ZGzzmy
×
×
  • Create New...