Follow studiolacosanostra
Follow
Following studiolacosanostra
Following
Add To Collection
Collection
Comments
Devlog
Air hockey 2 players online
←
Return to Air hockey 2 players online
Devlog
Google play launch
February 20, 2021
by
studiolacosanostra
#air-hockey, #google play
Air hockey finally available on Google Play. :) Below is the link to the store but I will also add to the home page of the game. And probably on the web version I will offer a version for android. htt...
Continue reading
WebGL not supported view.
February 04, 2021
by
studiolacosanostra
#air hockey
I added checking if the browser supports WebGL. Previously I was checking only WebRTC but I discovered that on my new laptop (Lenovo Thinkpad E14) I have no WebGL support in firefox nightly. Probably...
Continue reading
Better Game with Pointer Lock API
February 01, 2021
by
studiolacosanostra
#air hockey
It was possible to add the Pointer Lock API surprisingly quickly. The hardest part was separating the menu controls from the game itself, but after some testing we were able to integrate everything ni...
Continue reading
Rounded corners
January 31, 2021
by
studiolacosanostra
#air hockey
Successfully added rounded corners to the table. It wasn’t easy because I’ve never written such a figure in a fragment shader. The next step will be adding the Point Lock API and Cordova. If you h...
Continue reading
Win lose view after 7 points
January 28, 2021
by
studiolacosanostra
#air hockey
New update. I’ve added an end game view after a player scores 7 points. Additionally, you can use ‘Menu’ button to return to start menu. In the next update there is a plan to add Pointer Lock AP...
Continue reading
Browser not supported view
January 21, 2021
by
studiolacosanostra
I added a sad face with the inscription “Browser not supported” when the browser does not support WebRTC, but there are less and less such browsers, according to caniuse 96% already supports this...
Continue reading
Code splitting
January 19, 2021
by
studiolacosanostra
Code splitting has been added to reduce the amount of transfer to run the game. I’m sure this will be further improved throughout the project, but already there are results in the form of faster loa...
Continue reading
Moving score
January 16, 2021
by
studiolacosanostra
I added a moving score in the background to make the game more intense...
Continue reading
Switching from Canvas to WebGL
January 11, 2021
by
studiolacosanostra
#webgl, #glsl, #air hockey
After a week of learning WebGL game version was finally launched. The whole table is written in a shader fragment. After successful testing, there will soon be room to add some cool effects to make t...
Continue reading
Disabling web share :(
January 02, 2021
by
studiolacosanostra
Resignation from web share in favor of qr code on mobile devices. I checked on my phone and unfortunately on itch.io it does not work properly and the popup appears only after exiting fullscreen...
Continue reading
Finish start menu
December 30, 2020
by
studiolacosanostra
You can finally create a new table or if you don't have anyone to play with, you might find someone on random. Additionally, the navigation has started working and you can go back to the start menu wi...
Continue reading