Re: Trying to create a text based game. Tips?

Well you're right that people can turn _javascript_ off, but these days most people don't.  Without getting too deep into the technical stuff, _javascript_ is what makes dynamic web pages and web apps possible.  If a page's content changes without the entire page reloading, more often than not they used _javascript_ to do it.  And on the off-chance someone has _javascript_ turned off, you can use the <noscript> tag to show a message letting people know they need to turn it on to play the game.

Oh, and one other thing, in case you didn't know: _javascript_ is not the same thing as Java.  Java is a general-purpose programming language, used for a lot of different stuff (the biggest one being Android apps).  It's still used on the web, but I don't recommend it.  _javascript_ on the other hand is the main language of the web.  No matter what else is used (PHP, Java etc. or none in your case) a web page can't do much without _javascript_.

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Cody_91 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Cody_91 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : CaptainCode via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : CaptainCode via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : CaptainCode via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Aprone via Audiogames-reflector

Reply via email to