Tuesday JS devlog

Tuesday JS is a free open source engine to creating visual novels, interactive stories and text-based adventure games. Written in JavaScript without using any third party libraries. The projects can be exported to Apache Cordova to create mobile applications or PC programs. The engine uses standard HTML document elements DOM such as div and img, this allows the use any media format supported by browsers, including vector graphics svg, gif animations and css styles.
0 comments
13 entries
Advertisement
Kirill_live
October 19, 2021
Tuesday JS Beta 0.72 Pixel Mode

I am often asked about the possibility of using PixelArt in Tuesday JS. Also, statistics and audience polls have confirmed the popularity of this graphic style. Tuesday JS was more focused on vector graphics and dynamic resolution game screen.
This is the first of several planned updates for adaptat…

5,572 views
Kirill_live
October 19, 2021
Tuesday JS Beta 0.72 Pixel Mode

I am often asked about the possibility of using PixelArt in Tuesday JS. Also, statistics and audience polls have confirmed the popularity of this graphic style. Tuesday JS was more focused on vector graphics and dynamic resolution game screen.
This is the first of several planned updates for adaptat…

5,884 views
Kirill_live
October 17, 2021
15 puzzle is a tricky game

I had nothing to do, I decided to test my skills and tried to create a 15 puzzle game for the browser using only JavaScript and CSS. During development, I did not read how this could be implemented, and did not use the Internet. In the end, everything went smoothly, as it seemed to me, but I often …

11,492 views
Kirill_live
August 05, 2021
Tuesday JS Beta 0.58 Dark theme

August 7 is my birthday, in honor of this, the mobile version for Android becomes free, and its apk-file can be downloaded from the official website and github

And also a new release with a dark theme.

  • Fixed issues with video "cover" mode.
  • Fixed adding new art through the script editor.
  • Fixed li…
4,378 views
Kirill_live
June 23, 2021
Release pocket version of Tuesday JS for Android

Good news! Finally, a full-fledged working version of the editor for Android devices appeared.

https://play.google.com/store/apps/details?id=com.tuesday.js

As a result, the editor code was rewritten by 30%. The functions for working with files, project assembly and preliminary space were written from…

3,067 views
Kirill_live
April 09, 2021
Tuesday JS relese desctor version in Steam

The desktop version is already available on Steam. The release is based on the latest web version 0.30 with all its innovations in the form of cloud storage.

https://store.steampowered.com/app/1575970/Tuesday_JS_visual_novel_engine/​

Both versions are almost completely identical, except for saving f…

5,543 views
Kirill_live
March 30, 2021
TuesdayJS Cloud storage

The new version of the editor includes significant changes.
Added undo / redo system, which has been requested by many users. And also implemented not unimportant function to copy / paste elements. Browsers have a limitation on using the global clipboard, so TuesdayJS implements this locally. 
&…

2,518 views
Kirill_live
February 25, 2021
Tuesday js 9 patch

Added the ability to specify a picture and its dimensions for any object or panel

The ability to use 9 patch technology has been implemented. It allows you to stretch specified area of the picture and not entire image. This greatly simplifies the work on interfaces and saves on resources.

Now in the …

6,817 views
Kirill_live
February 20, 2021
Tuesday js Update - characters base

Updated visual editor. Now UI elements use "flex" and can be set to a custom font and align text.

The characters function is working. Now when you enter the name and other character settings in the dialog editor, they are automatically remembered and entered into base.


 

You can also enter all th…

3,602 views
Kirill_live
February 08, 2021
Tuesday js Update for arts

Fixed error exporting mp3 file to zip archive

Arts are now displayed in the script block


 

In the scene editor, you can now duplicate a button or art


 

Added a parameter for the speed of the transformation animation (the transition-timing-function parameter in css https://www.w3schools.com/css…

4,116 views
Kirill_live
February 05, 2021
Tuesday js Update for programmers

Added the ability to assign javascript library functions or execute js code on select buttons or interface.

You can also do this in dialogue

For convenience, now you can edit css and js in the built-in text editor.

Now you are limited to creating novels only by your fountains and technical skills.

Tues…

4,259 views
Kirill_live
January 31, 2021
Tuesday js big update and animation transform

The new release turned out to be very rich in new opportunities.

- Now it is not necessary to define the appearance of each new button. When creating a new button, its parameters will be copied from the previous one.

- Fixed bug with adding pictures to buttons

- Fixed issue with switching control sett…

4,636 views
Kirill_live
January 28, 2021
Tuesday js support zip arhive

The possibilities of using zip archives have become available.
Now, when building the project, it will be offered to use the old version of the assembly, in which only the html file is created. Or a new version, where all the data used in the project will be placed in a zip archive. what is suitable…

2,962 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
10 Followers
15 Entries
11 Followers
johnhattan
Programmer
1,277 Entries
48 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
dgreen02
Generalist
338 Entries
56 Followers
Advertisement