Typing Game : from nob to good

Overview

Fast and Curious

A game to learn/improve keyboard typing skills. The main idea is to improve your typing skills and at the same time learn fun facts (some even from your own authory!).

sample

How to set up and play the game:

1st -> Download these files from the repository:

   - game(.exe); - parameters(folder); images(folder);
   - texts(folder); - saves(folder); - sounds(folder);

2nd -> Create a new folder and call it: "Fast and Curious";

3rd -> Put all the game files in the folder ("Fast and Curious");

4th -> Run "game.exe";

5th -> Enjoy!!!

Screenshots of the game

Login

The game allows multiple accounts to be created. You can Login and Logout, allowing multiple people to play, learn and practice
without loosing your own progress!

Choose account

Game Menu

When you are logged into your account you are presented with multiple possible actions, such as:

  • Learn about the game's story;
  • test your skills and level up;
  • practice your typing with endless mode;
  • Read the game's tutorials (get a better understanding about the enemies, goals, menu options,...);
  • Manage your account (music and effect volume, change password, add customized texts to practice, ...);
  • Logout

Your best speed will be recorded in order for you to keep trac of your progress!

Game Menu

Management

Makes you able to customize your game experience.

Management

Add your own practicing texts

You are able to insert new texts in the game, so that you can practice with them.

New Text


More about the game in this documentation:

Ideas for the future:

-> More Levels:

  - Extend the number of levels so that the game could take the user further in his learning journey;
  - More car evolutions;

-> Multiplayer Option:

  - Local: Connect with local friends and compete with each other;
  - Online:  Connect with online friends and compete with each other. Possible to see other players scores;

-> Player Statistics:

  - Statistical data of the player's learning journey;
  - Smart suggestions/specific directions for improvement;

-> In-Game Shop:

  - New car Skins;
  - Boosts;

-> New Modes to play:

  - New types of Missions. The new Missions must be ways to improve typing skills in funny and enjoyable ways.

-> Achievements:

  - Challanges that make the player win some prizes (could be exclusive car skins, parts,...) when he completes them;

How to support the game:

If you find a bug in the game, need assistance or just have some ideas that could make the game better, you are more than welcome to contact me by email: [email protected]. Make sure that the subject of the email is "Fast and Curious support".

Whays of supporting the game:

-> New car skins: - Must be a png image with a maximum heigth of 54 pixels and length of 90. The background must be transparent;

-> New ideas: - Any idea that would make this game better is welcome.

You might also like...
Ice-Walker-Game - This repository is about the Ice Walker game made in Python.

Ice-Walker-Game Ce dépot contient le jeu Ice Walker programmé en Python. Les différentes grilles du jeu sont contenues dans le sous-dossier datas. Vou

Deal Or No Deal was a very popular game show. Even now, for a family party, it's a fun game to pass time

Deal Or No Deal was a very popular game show. Even now, for a family party, it's a fun game to pass time. I made a code to play the game right in your terminal/console. This isn't made to be a game which can be installed by everyone and played, I just made it as a fun project as I just started out with python. So if you have python installed and wanna have some fun, or just curious to see how I did this, feel free to check the code out!

Mastermind-Game - A game to test programming and logical skills

Bem vindo ao jogo Mastermind! O jogo consiste em adivinhar uma senha que será ge

Quiz Game: answering questions naturally with a friendly UI to enjoy the game
Quiz Game: answering questions naturally with a friendly UI to enjoy the game

About Quiz Game : The Game is about answering questions naturally with a friendl

This is a simple telegram bot for the game Pyal, a word guessing game inspired by Wordle

Pyal Telegram Bot This is a simple telegram bot for the game Pyal, a word guessing game inspired by Wordle. How does it work? Differently from the ori

Adventure-Game - Adventure Game which is created using Python

Adventure Game 🌇 This is a Adventure Game which is created using Python. Featur

Game-of-life - A simple python program to simulate and visualise the Conway's Game of life
Game-of-life - A simple python program to simulate and visualise the Conway's Game of life

Conway's game of life A simple python program to simulate and visualise the Conw

Minecraft clone using Python Ursina game engine!
Minecraft clone using Python Ursina game engine!

Minecraft clone using Python Ursina game engine!

A Pygame game made in 48 hours
A Pygame game made in 48 hours

Flappuccino Flappuccino is a game created in 48 hours for the PyGame Community New Years Jam using Python with Pygame. Screenshots Background Informat

Releases(v2.0)
  • v2.0(Nov 3, 2021)

  • v1.2.0(Sep 1, 2021)

    Typing Game that will get you from a beginner typist (0 wpm) up to Average (55wpm). Along the journey you will also learn a lot of curious fun-facts and information, some you never heard about, others of your own creation .

    Updates:

    • Lightning strikes the Car when it gets too close to the Space-Time-Entity instead of just making electric noise;
    • Countdown images in the beginning of the game don't blink anymore;
    • Game-play has been improved by tuning for a more challenging experience;
    • Fixed the bug in the Results Menu after playing a Mission: Parts game, where stats didn't match their value.
    Source code(tar.gz)
    Source code(zip)
    Fast.and.Curious.v1.2.0.zip(36.15 MB)
  • v1.1.1(May 5, 2021)

Owner
Raffaele Fiorillo
Let code be the tool to make your dreams become reality!
Raffaele Fiorillo
Tic-Tac-Toe Game in python3 Tkinter

Tic Tac Toe Tic-Tac-Toe Game in python3 Tkinter About: Tic Tac Toe or Noughts and Crosses as called in British is a pencil and paper game for two play

Sai Swarup Yakkala 5 Nov 06, 2022
Launch any Heroic-Games-Launcher game using bash scripts without having to open Heroic.

HeroicBashLauncher Ever wanted to launch your EGS games installed through Heroic Games Launcher directly from the terminal, Lutris or any other fronte

288 Dec 27, 2022
Wordle Solver: A simple script which is also called Wordle solver

wordle-solver this code is a simple script which is also called Wordle solver. t

amirreza 1 Feb 15, 2022
Basic Python physics library.

pythonPhysics Basic Python physics library. Must have pygame installed. How to: Sketon program is included. for p in env.particles: pygame.draw.circle

1 Jan 16, 2022
A game made similar as space inveders with pygame

space-inveders-pygame a game made similar as space inveders with pygame . . . if you are using it make sure to change audio and imgs file i do no own

Volt_L18 2 Dec 26, 2021
A Python tic tac toe game

Tic Tac Toe A Python tic tac toe game To start the game, run python3 main.py First, you have to select the game level. Today, it has three levels In a

Phant 1 Jan 14, 2022
Snake Game in Python

Snake game is one of the most popular arcade games of all time. In this game, the main objective of the player is to catch the maximum number of fruits without hitting the wall or itself.

Pavan Ananth Sharma 4 Jul 05, 2022
A first-person shooting game developed by using OpenGL

OpenGL-MazeSurvivor-FirstPerson Shooting Game This application named ‘MAZE SURVIVOR’ is a first-person shooting game that finished within a month. It

JunHong 2 Jan 04, 2023
An open-world game made in Python.

Dragon Realms Notes Windows OS only Contributors This project follows the all-contributors specification (emoji key, command Issue). See what you can

Dragon Realms 2 Jul 28, 2022
This project is an exciting fun game for beginners to build up

This project is an exciting fun game for beginners to build up. The program generates a random number from 1 to 10, or 1 to 100 any range that is specified and the user must guess the number after a

PyLaboratory 0 Feb 07, 2022
Python module providing simple game networking

nethelper Python module providing simple game networking This module was originally created to facilitate a class on creating multiplayer games in Pyg

Cort 3 Jan 11, 2022
Bingo game with python

bingo-game-with-python type of plays possible player vs computer player vs player computer vs computer game is built with 4 objects classes 1.game 2.b

1 Nov 27, 2021
AI Games and its programming solution with Python.

Problem: Save the princess: Problem defination on Hackerrank: https://www.hackerrank.com/challenges/saveprincess About problem: Princess Peach is trap

Hasit Parmar 1 Feb 19, 2022
🕹️ Jeu Azul en Python avec 4 IAs 🤖 implémentées, jouable de 1 à 4 joueurs

Projet jeu Azul 🕹️ Jeu Azul en Python avec 4 IAs 🤖 implémentées, jouable de 1 à 4 joueurs Par : Berachem MARKRIA et Tristan MARTINEZ Projet réalisé

Berachem Markria 2 Jun 07, 2022
The Turtle Race Game built in Python with Turtle module.

Turtle Race Game The Turtle Race Game built in Python with Turtle module. Installation If you don't have Turtle module on your computer. You can downl

Aytaç Kaşoğlu 1 Nov 09, 2021
Wordle for the terminal, writen in python

Wordle Wordle in the terminal, written in python Simply run bash run.sh in your terminal to run. This creates a virtual environment, installs the depe

Matthew Lidell 1 Feb 09, 2022
A script to install a Windows game through GOG on Linux

proton-gog-install A script to install a Windows game through GOG on Linux. Based on this gist. Tested on Arch, might work elsewhere. Requirements: Im

5 Dec 28, 2022
Pyxel is a retro game engine for Python.

Pyxel is open source and free to use. Let's start making a retro game with Pyxel!

Takashi Kitao 11.2k Jan 09, 2023
2d war game single player

WarGame-third-version-0.0.4- 2d war game single player Hi ! Today, I publish on GitHub the version 0.0.4 of "WarGame". In this version, you can find a

Edouard Vincent 2 Apr 08, 2022
A bot that deletes any embeds sent by a tropical webhook containing hex #000000 rancher's boots

tropical-webhook-cleanup how to use download the source code as zip get your discord bot token from https://discord.com/developers/applications put yo

carreb 0 Nov 25, 2022