-
Posts
2,392 -
Joined
-
Last visited
-
Days Won
62
Content Type
Profiles
Forums
Events
Everything posted by Sim
-
The plug is in my signature [MENTION=64687]Dominion[/MENTION] =} I got 3 cheat code sites up. One based on each major company, Microsoft, Nintendo, Sony(PlayStation). I have been thinking about doing tech services locally. Not coding but could possibly turn into that. More electronic repairs (computers, cell phones) then anything else.
-
I really just been experimenting with code I am not fully familiar with. I am also working on http://www.gamemakersforums.com trying to grow it. No real personal projects yet even though I do have a few I touch every now and then a JS chess game, oRPG Creator, my cheat code network. Researching various things to start a local business
-
Been sitting on this code for awhile, just decided to release it. Download it here. Enjoy, Have fun =}
-
Hell yeah I would. The new paintball:)
-
Allow me to rephrase "I decided to just go with Visual Studio 2015 since I believe the Windows Market will generate more money easily. I don't have time to master both." Why? Since the Android and iOS market is already flooded and dominated the income in your chart ex: Android: %70, %50 of the %70 is from a few companies and the other %20 is from average joe's. With Windows 10 Universal market you can target PC and winPhones and windows tablets and with Microsoft pushing Windows 10 onto Win 7 and 8 users soon it will give more people who have not yet broken into any markets a greater chance of success. Also many Gamers from Windows 7/8 love Windows 10 for gaming. Window PC's are still used more in businesses then Android phones or Tablets (except for servers which uses Linux) so learning Visual Studio which could be used for Software Development sounds more reasonable to me. Target, Kmart, Bailbonds places, video game store inventory systems, Real Estate companies mostly use Windows software for there daily needs. Visual Studio also allows you use "Cordova".
-
I played with Android Studio a bit. I decided to just go with Visual Studio 2015 since I believe the Windows Market will generate more money. I don't have time to master both.
-
I am apart of this community, not that **** show. Just responding to the ill-advised methods would have helped other members as well as him. I mostly troll threads and step in to try to keep things positive every now and then. I even posted one wrong php function since I hardly code in php that much anymore but Kyle replied with a reason of using the other function.
-
I was %100 serious [MENTION=71663]IllegalPigeon[/MENTION] Everyone lets there little feelings get in the way when talking about coding. If everyone would sit back and watch code get posted instead of complaining or giving logical justifications on there reason behind coding something a certain way and IGNORE THE DUMB **** certain discussions would last much longer and be much more beneficial to all. ALL THIS REALLY HAPPENED: Majority of ya'll wont understand the quoted discussion due to it being related to REAL TIME rendering. A few days later, he changed his stuff around and this happened He posted his code of rendering code but called many functions over and over multiple times in the loop instead of loading that data into a variable for speed. Instead of getting angry and someone not knowing the better way to do something or not knowing at all, I don't let my little feelings get the way of code and try to help as much as I can. People helped me a ton many years ago (10+) when it wasn't as easy to get support with your code. It was either books or wait for hours for "SOMEONE" you had no aim/aol/irc to come online.
-
Who cares what he knows? I LIKE seeing how many different ways people come up how to do something
-
I would either use array_replace() If I wanted some more customized code I would use array_walk() One must use store the emoji texts in an array first obviously =)
-
I thought it was coded in mySQLi and PDO. It looks like PHP. =( I feel so lied to. - - - Updated - - - How you going to dislike his post [MENTION=70674]ArchEclipse[/MENTION] when he's telling the truth?
-
Damn, I guess I am a fool. I didn't think about that. =0
-
You didn't reiterate otherwise you would have double posted it =}
-
Condition is messed up your condition while (($lose >= 0) || ($lose2 >= 0)){ //only ONE needs to be true to CONTINUE LOOP Correct Condition while (($lose >= 0) && ($lose2 >= 0)){ //both must be true to CONTINUE LOOP I don't see why Robot mentioned iteration (max turns), but I would change it to a for loop then for($I = 0; $I < $max_turns; $I++) { //all your battle code if($lose <= 0 || $lose2 <= 0)//exit if loser before max turns { break; //exit loop } }
-
Anyone here run any? I am also looking for a few popular ones.
-
Curious why there is not 1 screen shot of in-game play on the FaceBook page?
-
TIL - When you're right, you're wrong (in some cases)
Sim replied to ~Rob0t's topic in Collaboration Experiences
The older and more you code, the better you become at conducting yourself more appropriately . -
[MENTION=64603]Sim[/MENTION] nominated himself as new owner of MWG as well: http://makewebgames.io/showthread.php/45784-Nominating-quot-Sim-quot-for
-
I am the one who knocked Peter up [MENTION=60705]Djkanna[/MENTION] [MENTION=64603]Sim[/MENTION] started http://www.GameMakersForums.com I released source to oRPG Creator =]
-
Hi Looking for a devolper to devolpe Rc engine and UOTS.
Sim replied to GrimReaper's topic in Services
lost any hopes of doing business with any good coder on this forum after telling Pete to stfu. There are 1000000x ways better to handle any situation better then that. =} -
Hi Looking for a devolper to devolpe Rc engine and UOTS.
Sim replied to GrimReaper's topic in Services
Might be something I would be interested in. Doesn't take long to code $100/worth of work. Some coders take longer to code certain stuff and are less proficient. I would do about 3-4 hrs. I will text you tomorrow.