I created a NFT gallery. It is here - https://opensea.io/collection/marker-nft-markus-2 Marker NFT Generator helped me to do this!
Marker Play
Creator of
Recent community posts
I am a newbie. I made a game. It works OK on the local server, but doesn't save the level number here (on ITCH). If you are familiar with this problem please help. Thank you.
PS Here are two functions
function getCookie(name) {
var cookie = " " + document.cookie;
var search = " " + name + "=";
var setStr = null;
var offset = 0;
var end = 0;
if (cookie.length > 0) {
offset = cookie.indexOf(search);
if (offset != -1) {
offset += search.length;
end = cookie.indexOf(";", offset)
if (end == -1) {
end = cookie.length;
}
setStr = unescape(cookie.substring(offset, end));
}
}
return(setStr);
}
function setCookie (name, value, expires, path, domain, secure) {
document.cookie = name + "=" + escape(value) +
((expires) ? "; expires=" + expires : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
}
// and implementation inside the game
var expires='Sun, 2-Sep-2119 06:31:50 GMT';
var path='';
var domain='';
var secure='';
var value=0;
level=level-0;
value=level+1;
setCookie (cook_name, value, expires, path, domain, secure);
Hi Everyone! I publish the game Eight Planes several days ago. Really you can't find eight planes in the game at the same time.
I will tell you in the next release. You will understand why.
In the game, you operate with the mouse to control both your plane (LMB) and the machinegun (RMB).
The machine gun is extremely effective (not like in the real world).
Here is a video of several versions.
In this game, you have to fight both enemy planes and warships.
Sometimes missions may seem to be very difficult, don't give up and you will break through.
Some warships are protected by a magnetic shield.
You must fly inside a protected area to successfully complete a mission.
When you are attacking your enemies' planes you are getting scores that can protect you from their bullets.
Unprotected ships are usually armored with guns and rockets.
Have a good time!
Here is a link to the game page https://markerplay.itch.io/eight-planes-demo