Platform, os question
dr strangelove
14 Aug 2019, 10:33Hello, I am creating a text adventure, I am fairly new to this game genre.
I have been pleasantly surprised at the number of people interested & involved in this genre 🙂
As an author are there any restrictions on the platform , Os, coding language for publication & upload here?
I would prefer to write all the code myself.
Many thanks!
DarkLizerd
14 Aug 2019, 14:55Mostly this is Quest... But look at the main game page, and you will see other code languages...
mrangel
14 Aug 2019, 19:32Uploaded games have to be Quest, Z-machine, or HTML. I think most players are looking for something they can play online anyway.
jmnevil54
15 Aug 2019, 00:15I saw Coming Out Simulator hosted on this website once. No idea what it was coded in.
Edit: I found it on Github!
https://github.com/ncase/coming-out-simulator-2014
body{
background: #000;
overflow: hidden;
margin: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
/** GAME **/
#game_container{
background: #000;
width:360px;
height:640px;
position: absolute;
margin:auto;
top:0; bottom:0; left:0; right:0;
}
Copyright to the proud man, ncase, Nicky Case.
dr strangelove
16 Aug 2019, 02:25Thanks for your info + replies !