Dud OS (Dandik OS)
A downloadable game for Windows
VIRUS FREE!
If Windows warns you, you can safely run this game.
Scan Link: https://opentip.kaspersky.com/701213056D05FA732E3B45FE90277239B117A87F11CE0CCEA2...
This game developed for Magara Jam #3 in 24 hours by Furkan Baytekin and Enes Baytekin
Description
Imagine you are an engineer and you came into a job without meeting required skills. But this job is developing a power suit, uuh, to kill aliens. You can guess, things don't go as expected. You must remote connect to the power suit and fix bugs in codes. In this way the evrenaut can go and kill alien boss.
How To Play
Move on grid and drag boxes or dead aliens onto red buttons to open the gate.
Press space to hit aliens and power cells.
Do not touch fires and acids. Optionally kill aliens.
If you touch fire or acid you will die and level restart.
To pass through fire, after fixing heat shield bug, press CTRL key to open menu.
After activating heat shield, you will get 3 seconds to pass. After 3 seconds you can re-activate heat shield.
To break lasers smash Power Cells.
On boss fight you must activate heat shield, go next to boss and hit in 3 seconds. Then escape from fires. Repeat this until boss die. Then drag the dead boss onto button.
Answer Key
Press "R" to restart levels!
"WASD" and arrow keys moves different ways because of left-handers.
Movement Error:
from sensors import proximity distance=proximity.getDistance("meter") if distance < 0: moveTowards(direction,speed) else: stop()
Change the "<" on 3rd line as ">"
if distance > 0: moveTowards(direction,speed)
Heat Shield Error:
from sensors import termometer from body import general C = termometer.getDegree("celsius") if C < -40: general.heatShield(True)"
Change "< -40" part as "> 40" (with space) last line
if C > 40: general.heatShield(True)"
Al Error:
On upload window, select the alienFace.png file that on [Game Location]/backups/
Gun Error:
from body.leftArm import leftGun from body.rightArm import rightGun if fireLeft == True: leftgun.fire(5,bullet["standrad"]) if fireRight == True: rightGun.fire(5,bullet["standard"])
Correct Spelling "standrad" on line 3, as "standard"
if fireLeft == True: leftgun.fire(5,bullet[\"standard\"])
Objects
Alien
Boss
Box
Button
Fire
Laser Beam
Power Cell
3rd Party Sources:
8-bit SFX sources:
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
Game designdir bu