Blog Posts tagged javascript

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification. It is a language that is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.

Similar Tags

Report Tag

27 blog posts with this tag
11
This content is deleted
Blog Post
JavaScript coding now available
5 favourites

We're pleased to announce that Javascript coding is now available in the latest Construct update r157 ! See our last blog Introducing Javascript coding in Const...

14
This content is deleted
Blog Post
How JavaScript beats GameMaker Language (GML)
5 favourites

Construct supports Javascript coding in addition to its block-based approach. Javascript is an industry-standard language used widely across browsers, servers a...

23
This content is deleted
Blog Post
Outstanding game performance with Construct
1 favourites

Construct is a web-based game development tool, with all its games powered by browser technology. Some people still think browsers are slow for gaming. We're he...

13
This content is deleted
Blog Post
Feature Focus: JavaScript Coding
10 favourites

Construct's visual block system can produce amazing results without having to write a single line of code. However if you want to go even further - or you're in...

32
This content is deleted
Blog Post
I'm going to make a game!
10 favourites

I'm going to make a game in Construct! This is going to be a bit of an experimental part-time project with the aims of showing how far Construct can go, providi...

13
This content is deleted
Blog Post
RTS update #1: architecture
6 favourites

Since my first blog I've been putting together the overall architecture of the game. You can see some of the initial work in the commit log on GitHub. This can...

5
This content is deleted
Blog Post
RTS update #2: Classes
3 favourites

Since the last blog I've added some very basic interactivity. You can click to select units, and click somewhere else to move the selected units there. They jus...

6
This content is deleted
Blog Post
RTS devlog #3: Minimal multiplayer milestone
4 favourites

You can now play a minimally multiplayer version of the RTS live online at CommandAndConstruct.Com ! It's an unoptimized export running on a cheap web host so i...

4
This content is deleted
Blog Post
RTS devlog #4: Collision detection and combat
2 favourites

Since the last devlog I've been working to get to a minimally playable game. Units now have turrets, they can fire at each other, and get blown up when they tak...

5
This content is deleted
Blog Post
RTS devlog #5: input and gestures
1 favourites

In the week or so since the last devlog I've mostly been working on mouse and touch input, as you can see from the commit history . The player can now drag a se...

Similar Tags