
UFO SIGNAL
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
This is an interactive game based on Python and neural networks, where you will dance together with an alien guest using your webcam.
Made for the Omsk Ludum Dare gathering:
https://ldjam.com/events/ludum-dare/59/$428823/omsk-ludum-dare-gathering-is-here
- Gameplay
Your task — repeat the dance poses after the alien who is in the upper right corner of the screen.
Hints: In the lower part of the screen, text hints in Russian will appear helping to understand which pose to take.
Lives: In the lower right corner of the interface are located rectangles — this is your health reserve. If several times in a row you do not manage to show the pose in time and correctly, lives will end and the game will be over.
- Difficulty levels
After pressing the button "New game" you will be offered to choose one of three modes:
Easy: 2 phases (perfect for warm-up).
Normal: 3 phases.
Hard: 3 phases with increased requirements. This mode is locked initially and unlocks only after successfully completing the normal level.
- Installation and launch
1. System dependencies (for Linux)
For correct work of OpenCV and graphics engine on Linux (Ubuntu/Debian) execute the command:
'sudo apt update'
'sudo apt install libgl1-mesa-glx libglib2.0-0'
2. Installation of Python packages
It is recommended to use a virtual environment. Install all necessary dependencies from the file requirements.txt:
pip install -r requirements.txt
3. Launch
'python main.py'
- Important notes
Music: We are not the copyright holders of the musical compositions used in the game. All audio content belongs to its legal owners and is used exclusively for demonstration purposes within the framework of the competition.
Equipment: For playing, a working webcam and sufficient lighting in the room are required for correct recognition of poses by the neural network.
Made for the Omsk Ludum Dare gathering:
https://ldjam.com/events/ludum-dare/59/$428823/omsk-ludum-dare-gathering-is-here
- Gameplay
Your task — repeat the dance poses after the alien who is in the upper right corner of the screen.
Hints: In the lower part of the screen, text hints in Russian will appear helping to understand which pose to take.
Lives: In the lower right corner of the interface are located rectangles — this is your health reserve. If several times in a row you do not manage to show the pose in time and correctly, lives will end and the game will be over.
- Difficulty levels
After pressing the button "New game" you will be offered to choose one of three modes:
Easy: 2 phases (perfect for warm-up).
Normal: 3 phases.
Hard: 3 phases with increased requirements. This mode is locked initially and unlocks only after successfully completing the normal level.
- Installation and launch
1. System dependencies (for Linux)
For correct work of OpenCV and graphics engine on Linux (Ubuntu/Debian) execute the command:
'sudo apt update'
'sudo apt install libgl1-mesa-glx libglib2.0-0'
2. Installation of Python packages
It is recommended to use a virtual environment. Install all necessary dependencies from the file requirements.txt:
pip install -r requirements.txt
3. Launch
'python main.py'
- Important notes
Music: We are not the copyright holders of the musical compositions used in the game. All audio content belongs to its legal owners and is used exclusively for demonstration purposes within the framework of the competition.
Equipment: For playing, a working webcam and sufficient lighting in the room are required for correct recognition of poses by the neural network.