Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1.   Maybe he doesnt know anything else exist? Either way, Text Based PHP games are not going to be around much longer EXCEPT for the ones that already exist with HTML5. You may be able to get lucky and push one with a lot of jQuery and neat effects with JavaScript but since you starting out, I doubt it would be possible. I would go with HTML5 Canvas, JS if you really want to make Web, or Start learning more C#. Since you are young, I would just learn knowledge of what is popular right now and C# has been for awhile. If you are really serious I would choose C#. You could prob throw together in some basic games, Tic Tac Toe, Connect 4 in a matter of days or weeks (max) depending on your current knowledge. What's you get the hang of things, you could move on to Unity 3d (also can do 2d). Unity 2d is like MC-Codes in a sense but for Graphics.
  2. Sim

    Project

    My bad... lols..
  3. I believe he said game, not a text based game.
  4.   I said depending how the file is set up. Several factors to consider. Database's are files themselves, its just they are in a certain format. When we write a query, it scans the file(database) for what we looking for and returns it. IF and IF I was using a file to store item stuff which would most likely NEVER happen since I would want Staff to create/modify/delete items, and if it was somehow exploited by a staff member, it would be more damaging then having a database destroyed. The database can fixed, or you could upload a back up. If the file system gets compromised, chances are, your database is to and everything bout your game/site is just screwed. But IF I was using a file to store item data, it would need some careful planning and prob consist of more then one file depending on how many items would be used. I coded some games where I hard-coded the item into the game. The games only used 1-3 items.
  5. Since you said you been dabbling with php & c#, would really depend on the game you make. I would go with html5 for web or c#. Since you are younger and want ti make a game, php should be your last resort. Go hard, go c#'
  6. Sim

    Simpsons CSS

    This is amazing. I wonder if the filesize is smaller then a png/gif filesize... ;\ Could be the future of drawing =]
  7. Sim

    Learning PHP

    I agree. I learned Visual Basic from a book from a Library. PHP was fairly different from Visual Basic, so I got a book from the library and learned about PHP that was as well.
  8. Sim

    Project

    4yrs and not released?
  9. I would disagree related to execution time. Depending how the include file is set up, it could be faster then fetching from the database and assigning records to variables. I will agree that it limits the staff panel as they will need access to the file instead of fetching and inserting to a database, There could be work-a-rounds for this as well though.
  10. Free download, registration required. Don't feel like registering? You can paypal me $5.00 instead. :)
  11. Here is a video preview of the finished product:     Your need to upload the two new files and modify a few area's on your header.php file. I included instructions in the zip as well as screenshots of the header area's that needs modifying highlighted by green that are the new additions. Click 2 Download   It only took around 70 lines of code to make this happen..
  12. I told someone I will be trying to turn mc-codes into a non refreshing with not having to modify every file, after glancing over the source a bit, I realize this will be possible. I will post the link to watch my stream coding session around midnight eastern which is 6 1/2 hours from this post.
  13. http://forums.digitalpoint.com - Forum   https://forums.digitalpoint.com/forums/advertising.90/ - Direct Link
  14. This game: http://samuraiassault.com/login.php ? If it is, I would try to find some fairly decent size Ninja anime forums and see if they can sell you some advertising space in there header for 20-30$/month... Then use the rest on another related forum... =]
  15. Does it have any install DVDs? Might need driver. You might want to try the other cable port.
  16. Similar to my system I was doing for PC in C# for a crime based project. The one I started in php is sort of weird, but powerful.   If you are going threw with this, I would make a Hook for "Features" such as "Crime" so people can over-ride displays, certain features, extend things,e ct.
  17.   Message me. Skype would be my preferred method of contact: "FounderSim"
  18. [MENTION=68711]KyleMassacre[/MENTION] is that German?
  19. What does Twitch have do with making gameS?
  20. What are those signs in front if the 20. If its 30 us dollars. Ill do ir :)
  21.   What? I dont even see his post..
  22.   eh? I don't see what that has to do with my topic? You asking for help or something?
  23. So on my spare time (taking breaks from freelance work interested getting bored from repitive task) I try to create new code samples for coders (usually) beginners) and release on my forum and various sites. So, what kind of scripts or programs would everyone be interested in learning from? C#, Java, JavaScript, and PHP is what i prefer to code when releasing code. I am taking any and all ideas.
  24. Almost got a new theme completed, resource section is growing as well. Averages out to about 1 new source a week. Maybe some more people can contribute.
  25. I think it may be this line: Session::flash('home')...
×
×
  • Create New...