Remove companies null-games
article thumbnail

GitHub founder Chris Wanstrath unveils Null Games

GamesIndustry.biz

Sign up for the GI Daily here to get the biggest news straight to your inbox GitHub founder Chris Wanstrath has launched Null Games, a new video games publisher. The company intends to use Wanstrath's career experience to create a "more sustainable" game development environment. Read more

Games 52
article thumbnail

Godot 3.3 has arrived, with a focus on optimization and reliability

Mircosoft Game Dev

x branch to develop and publish their games today , so it's important for us to keep giving Godot 3 users an improved gamedev experience. As such, most of the focus was on implementing missing features or bugfixes which are critical for publishing 2D and 3D games with Godot 3, and on making the existing features more optimized and reliable.

article thumbnail

Basic cryptography, SSL improvements

Mircosoft Game Dev

var _key = null var _cert = null func _ready(): var crypto = Crypto.new() # Generate an RSA key (this should be done in a thread to avoid blocking). _cert = crypto.generate_self_signed_certificate(_key, "CN=example.com,O=A Game Company,C=IT") # Start listening on "*:4343".

Code 52