hectoresp / aim-game-ursina

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of contents

General info

A little and simple aim trainer.

You have to click on the points that will appear on the screen. You can pause the game with Esc.

image image image

Technologies

To execute the code you will need the following packages:

  • Pickle
$ pip install pickle

Pickle is used to save the game config info.

  • Ursina Engine
$ pip install ursina

Ursina is the main game engine of this aim trainer.

  • Timeit
$ pip install timeit

Timeit is used to show a timer inside the game.

Setup

To execute this program go to your console and type the following line:

$ python main.py

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%