Status
SteamPeaks
ChartsSalesUpcomingPatchesEventsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
EventsSteam's own events and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesEventsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
IT Specialist Simulator›Events›Game Development Update – July
Community

Game Development Update – July

IT Specialist Simulator · published 44 days ago

All eventsPlayers around this dateRead on Steam

Hello everyone,

Another month of work on Early Access 1.4.0 is behind us. We already know this update will introduce a huge amount of new content (and probably even more bugs... just kidding). We would also really appreciate it if you added our new game to your wishlist—it helps us a lot.


What is the goal of this update?

Of course, we've added new server-related features, fixed a number of bugs, and we'll continue improving the game based on your reports. But our main goal is to introduce something similar to REDSTONE in Minecraft. We want to give players a tool—a tool that will allow them to create countless interesting and useful web and desktop applications.

When will the update be available?

The new update is currently scheduled for September 7, 2026. We still need to finish a few features, such as the Azure page that will allow you to manage application and service licenses. In addition, at the beginning of August you'll receive a smaller patch that fixes the tutorial issue affecting a large number of players.

Which programming language will be available?

As many of you already know, the game is built in Unity, so the game itself is programmed in C# (by the way, we recently passed the 300,000 lines of code milestone). So naturally, you'll be programming in... Python. Yes, Python.

Some of you may be wondering why we made this decision. Several members of our team previously specialized in Python and worked extensively with frameworks such as Flask and Django. Developing Python-based projects with these frameworks was part of our everyday work. We also relied on PostgreSQL databases. Yes, we've added databases too—actually two of them. Alongside PostgreSQL, we've also implemented SQLite3.

In addition, we've introduced support for HTML, CSS, and JavaScript, allowing you to create web applications directly inside the game.

Python applications also come with two dedicated modules:

  • itsim.filesystem for working with files and folders within the game's file system.

  • itsim.network for connecting player-created code with the simulated network infrastructure.

What does this change in the game?

We've also introduced additional server-side improvements, fixed numerous bugs, and continue working on even more enhancements. The biggest addition in this update is a system where Python plays a role similar to Redstone in Minecraft. Players can use it to build their own desktop applications that interact with the game's infrastructure, including the simulated LAN network.

The update will also introduce new programming-related tasks. However, we understand that not everyone enjoys writing code, so when starting a new save—or loading an existing one for the first time—you'll be able to decide whether programming tasks should be enabled.

Players will be able to create their own tools, including both web applications and applications compiled into standalone .exe files.

Regardless of the application type, its files can be stored on an in-game server using a Git-like version control system. In the future, we also plan to integrate Steam Workshop, allowing players to share their tools with the community.

Web Applications

Web applications will run across the entire LAN. What does that mean? You create your application and launch its main Python file on a computer—for example, the one in the IT office. Pixel Code Studio, the development environment, will display an IP address after launching the application. Enter that address into any browser, and your own website will open. Even better, as long as the application is running, every computer on the network can access and use it.

Executable (.exe) Applications

Players will also be able to compile their applications into standalone .exe files. These executables can be copied onto a USB flash drive and permanently installed on a specific computer within the game.


Examples of what you can build

A network diagnostics tool may sound simple, but it can make life much easier for every player. Such an application can analyze the network and communicate using UDP, TCP, WebSocket, and HTTP.

More from IT Specialist Simulator

Other announcements

All events
Major update7 Sep 2026EA 1.4.0 - Programming, Programming Course, Server UpdateEA 1.4.0 Update Hello! Another few months of intensive work on the game are behind us. We've introduced many changes, new features, and fixes. Among other things, we've expanded the server systems, but by far the biggest new feature is programming! We know that not everyone enjoys writing code — whether it's for creating a game or a web application. That's why programming-related tasks are comp…Community26 Aug 202650,000 players in IT Specialist Simulator!50,000 players in IT Specialist Simulator! 🚀 For us, the small team at PixelTeamRed, this is a huge milestone. Behind that number are people who gave our game a chance, shared their feedback, and helped us make it better. Thank you! ❤️ On September 7 , we’re releasing the EA 1.4.0 update, bringing gameplay and practical IT skills even closer together. What’s new? 💻 Programming — tasks involvi…Community24 Aug 2026Community Challenge and Giveaway🎮 FreeMind Community Challenge is LIVE! The FreeMind Publisher Sale has started — and we’re turning it into a challenge! 🔥 From now until September 7 at 7 PM CEST , play FreeMind games, join the community and get a chance to win FREE game keys! 🏆 How does it work? It’s simple: 1. 🆕 Play one of today’s Full Releases Play any of these three games that officially left Early Access today : 🏢 T…