-
Tiny-craft is a firstperson game created by python's ursina library. This game is similar to Minecraft, but a smaller version. You can build whatever you want in this game. the area is 60x60 blocks and the number of blocks you use is 10. By the way, the number of blocks on the ground is 1. Day and night in the game changes depending on your system clock, ie 6 AM to 8 PM is day and the rest is night. In addition, the game also has a cloud and a floor, if you want to add them to the game, uncomment cloud() and gfool() in the main code. There is a logs.txt and what you do with the blocks is saved in the logs.txt, but not in the game yet. So far the game has some bugs.
-
"The game is always will be update!"
WASD - Player movement.
SPACE - Jump.
F - Hold 'F' ko'rish uchun fps.
R - Press 'R' for respawn.
M - Press 'M' for mute backmus.
G - Press 'G' for unfullscreen.
1 - Grass block.
2 - Stone block.
3 - Brick block.
4 - Dirt block.
5 - Wood block.
6 - Glass block.
7 - Obsidan block.
8 - Ice block.
9 - Sand block.
0 - White stone block.
First you need python. You must have both 'pip' and 'git' installed. You can also just download the repository if you don't have git.
Clone repository.
git clone https://github.com/ToyirovDev/Tiny_craft.git
Install requirements.
pip install -r requirements.txt
Run game.
python Tiny-craft.py

