How is blocks++ coming? Can nXIII answer me?
Offline
nXIII wrote:
I think at one point I decided that Blocks++ was going to be written in JavaScript, and seeing as Panther 2.0/something else was going to be written in JS too I decided to jsut make them one thing.
So Blocks++ is going to be Panther? and panther is going to be coded in JS?
Offline
ProgrammingFreak wrote:
nXIII wrote:
I think at one point I decided that Blocks++ was going to be written in JavaScript, and seeing as Panther 2.0/something else was going to be written in JS too I decided to jsut make them one thing.
So Blocks++ is going to be Panther? and panther is going to be coded in JS?
I'm not sure yet.
Offline
nXIII wrote:
ProgrammingFreak wrote:
nXIII wrote:
I think at one point I decided that Blocks++ was going to be written in JavaScript, and seeing as Panther 2.0/something else was going to be written in JS too I decided to jsut make them one thing.
So Blocks++ is going to be Panther? and panther is going to be coded in JS?
I'm not sure yet.
seems interesting - why would it be programmed in JS?
Offline
ssss wrote:
nXIII wrote:
ProgrammingFreak wrote:
So Blocks++ is going to be Panther? and panther is going to be coded in JS?I'm not sure yet.
seems interesting - why would it be programmed in JS?
Online usage, duh.
Offline
bbbeb wrote:
ssss wrote:
nXIII wrote:
I'm not sure yet.seems interesting - why would it be programmed in JS?
Online usage, duh.
Flash or HTML5 could be used for online, not JavaScript.
Offline
ihaveamac wrote:
bbbeb wrote:
ssss wrote:
seems interesting - why would it be programmed in JS?Online usage, duh.
Flash or HTML5 could be used for online, not JavaScript.
JavaScript is more flexible.
Flash Sucks!
Duh.
Offline
ihaveamac wrote:
Flash or HTML5 could be used for online, not JavaScript.
HTML5 is a markup language. It is used to provide content to the user.
CSS is a stylesheet language. It is used to alter presentation.
JavaScript is a scripting language. It is used to make dynamic webpages.
Together, the trio is called DHTML (dynamic html). When I say "JavaScript", I mean that I will write the majority of the code in JS (as it is a web application) and use HTML for content and CSS to style the content (although with the <canvas> element, you can provide rich presentation through exclusively JavaScript and a little HTML).
@sss as long as the application doesn't rely on a server for anything, it can be run offline as well as a locally stored copy.
Last edited by nXIII (2011-01-10 18:00:26)
Offline
nXIII wrote:
ihaveamac wrote:
Flash or HTML5 could be used for online, not JavaScript.
HTML5 is a markup language. It is used to provide content to the user.
CSS is a stylesheet language. It is used to alter presentation.
JavaScript is a scripting language. It is used to make dynamic webpages.
Together, the trio is called DHTML (dynamic html). When I say "JavaScript", I mean that I will write the majority of the code in JS (as it is a web application) and use HTML for content and CSS to style the content (although with the <canvas> element, you can provide rich presentation through exclusively JavaScript and a little HTML).
@sss as long as the application doesn't rely on a server for anything, it can be run offline as well as a locally stored copy.
And flash can be embeded in the webpage and also can work offline.
Offline
TheSuccessor wrote:
Got to finish HTML games before nXIII gets this done...
![]()
cool, dominic clark!!
Offline