Space Invaders - Games Platform
function shareScore() {
const scoreEl = document.getElementById("score");
const score = scoreEl ? parseInt(scoreEl.textContent) : 0;
if (typeof SocialShare !== "undefined") {
SocialShare.showShareModal("space-invaders", score);
}
}
function shareScore() {
const scoreEl = document.getElementById("score");
const score = scoreEl ? parseInt(scoreEl.textContent) : 0;
if (typeof SocialShare !== "undefined") {
SocialShare.showShareModal("space-invaders", score);
}
}
function shareScore() {
const scoreEl = document.getElementById("score");
const score = scoreEl ? parseInt(scoreEl.textContent) : 0;
if (typeof SocialShare !== "undefined") {
SocialShare.showShareModal("space-invaders", score);
}
}
function shareScore() {
const scoreEl = document.getElementById("score");
const score = scoreEl ? parseInt(scoreEl.textContent) : 0;
if (typeof SocialShare !== "undefined") {
SocialShare.showShareModal("space-invaders", score);
}
}
How to Play
- ⬅️➡️ Arrow keys to move ship
- SPACE to shoot lasers
- 👾 Destroy all aliens before they reach Earth
- 💙 You have 3 lives - don't get hit!
🏆 Space Invaders Leaderboard
function shareScore() {
const scoreEl = document.getElementById("score");
const score = scoreEl ? parseInt(scoreEl.textContent) : 0;
if (typeof SocialShare !== "undefined") {
SocialShare.showShareModal("space-invaders", score);
}
}