NoMoskito! is a game developed in python in which you try to survive by killing "moskitoes" (a special type of mosquitoes, bigger but weak to heat)
Your mouse pointer become a swatter to kill them all !
Try to keep enough blood to live the longer time possible !
You can even play with a controller (motion capture not available for now) - play with a stick and buttons !
You can go in the shop and buy many powerups to help you (with money you gain by playing)
Enjoy a game without ads, which doesn't sell your data, 100% free and (a little) optimized !
If you want to edit the main.py file, don't forget to install the requirements
with 'pip (or pip3) install -r requirements.txt'
This game works with python 3.6 + (these versions are tested).
See how to install in the wiki
If you want to test install pygame 2.0.0 +
Note: If you want to use a controller to play the game, connect it BEFORE launching the game !
You can test controllers input on Windows with the TestController.exe binary included in the NoMoskito! App folder,
or by running python3 -m pygame.examples.joystick.
Use the code BZIO24 in the shop to get 500 BZIO Coins to help you to start - available for limited time only !
(Code usage limited to one code per device)
"NoMoskito!" created by SiniKraft.
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
This project use Pygame, pygame-text and many standards python packages (look into requirements.txt)
