Navicella cavallo, gioco 2D stile space shooter

Overview

Navicella Cavallo

Il miglior gioco in circolazione

Navicella cavallo è un gioco 2D basato sullo stile dei giochi space shooter

Una partita a Navicella Cavallo

Come installare Navicella Cavallo su ambienti Linux

Ubuntu e derivate:

# Aggiorna prima il sistema
sudo apt update && sudo apt upgrade

# Installa python, pip e git
sudo apt install python3 python3-pip git

# ora che hai pip installa la libreria grafica pygame
pip install pygame

# scarica il codice ed eseguilo
git clone https://github.com/favmatteo/navicella-cavallo.git
cd navicella-cavallo
python3 main.py

Fedora:

# Aggiorna prima il sistema
sudo dnf upgrade

# Installa python, pip e git
sudo dnf install python3 python3-pip git

# ora che hai pip installa la libreria grafica pygame
pip install pygame

# scarica il codice ed eseguilo
git clone https://github.com/favmatteo/navicella-cavallo.git
cd navicella-cavallo
python3 main.py

Arch Linux: Il pacchetto al momento non si trova ancora nell'Arch User Repository (AUR)

# Aggiorna il sistema e scarica i pacchetti neccesari, in caso siano già presenti puoi reinstallarli 
sudo pacman -Syu python python-pip git

# ora che hai pip installa la libreria grafica pygame
pip install pygame

# scarica il codice ed eseguilo
git clone https://github.com/favmatteo/navicella-cavallo.git
cd navicella-cavallo
python3 main.py

Come installare Navicella Cavallo su Windows:

  1. Esegui questo script per verificare se Python è installato sul tuo pc
  • Verifica l'output dello script
    • Se restituisce un output simile a 'Python was not found', vuol dire che nel tuo PC python non è installato, o è installato ma non in maniera corretta (controlla che python e pip si trovano nelle variabili d'ambiente del sistema!)
    • Se restituisce un output contenente una versione di Python superiore o uguale alla 3.0, allora procedi al punto 3, altrimenti reinstalla Python3 dal sito ufficiale / dal Microsoft Store, come è descritto nel punto 3
  1. Installa python dal sito ufficiale o dal Microsoft Store
    • Nota sull'installazione: qualsiasi versione di Python3 dovrebbe andare bene, per stare sul sicuro consiglio Python3.8 o Python3.9, poichè testate da me.
  2. Scarica l'intero pacchetto, premendo qui, ed estrailo in un percorso a tuo piacimento
  3. Apri il CMD - se sei su Windows 11 va bene anche Windows Terminal - e digita pip install pygame
  4. Una volta fatto ciò spostati sul percorso in cui si trova i file di gioco con cd path/to/folder
  5. Avvia il gioco con python main.py
  6. Divertiti!
Owner
Matteo
Matteo
Tic Tac Toe Python Game GUI

Tic Tac Toe is one of the most played games and is the best time killer game that you can play anywhere with just a pen and paper.

Astitva Veer Garg 1 Jan 11, 2022
A popular children's game developed in Python.

Pedra Papel e Tesoura Um dos jogos mais populares da infância... 🪨 📜 ✂️ 💻 Situação do projeto: Projeto finalizado ✔️ 🛠 Tecnologias: Python Tkinter

Arthur V.B.S. 2 Dec 05, 2022
PyCharge is an open-source computational electrodynamics Python simulator

PyCharge PyCharge is an open-source computational electrodynamics Python simulator that can calculate the electromagnetic fields and potentials genera

Matthew Filipovich 28 Jan 03, 2023
Dueling Platform for Competitive Programming. Learn through Games.

CP-Dueling Dueling Platform for Competitive Programming. Learn through Games. Setting Up Minimum Python version needed = 3.9.9 Install Virtualenv and

Bhavesh 3 Feb 07, 2022
Given some input, spit out the possible words for a Wordle puzzle

Wordle Helper, because why not. Given some input, spit out the possible words for a Wordle puzzle First time setup # Download the dictionary to a file

Richard Duarte 1 Jan 25, 2022
A fun, casual and strategic game made using Python!

Steve's Pixels A fun, casual and strategic game made using Python! Prerequisites See requirements.txt Demo video demo.mp4 Usage python -m steves_pixel

Jaivardhan Bhola 9 Sep 17, 2022
Follow the numbers - A simple game where the player should follow the numbers and connect the dots

follow_the_numbers This is a simple game where the player should follow the numb

Sammy Mishinev 3 Nov 22, 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
It calculates the Nim sum of a nim game.

nim-sum It calculates the Nim sum of a nim game. The rules of Nim The traditional game of Nim is played with a number of coins arranged in heaps: the

2 Jan 02, 2022
Tekken-python-ml - A project of playing tekken game using python

Tekken Python Description Hi this is new project of playing tekken game using py

Programminghut 13 Dec 30, 2022
A minecraft bedrock server software written in python (3.X)

Podrum README also available in: English 🇺🇸 Français 🇫🇷 Deutsch 🇩🇪 Español 🇪🇸 Tiếng Việt 🇻🇳 Italiana 🇮🇹 Русский 🇷🇺 中文 🇨🇳 Is a Minecraf

Podrum 53 Nov 11, 2022
A simple python script to pregenerate minecraft worlds.

mcloady mcloady is a lightweight python script used to pre-generate Minecraft terrain using MCRcon and carpet mod (optional). Inspired by Pre-Generati

5 Dec 08, 2021
A module for use with Pygame. Includes fully customisable buttons, textboxes, sliders and many more, as well as the ability to create and run animations on these widgets.

Pygame Widgets A helper module for common widgets that may be required in developing applications with Pygame. It supports fully customisable buttons,

37 Jan 02, 2023
Lint game data metafiles against GTA5.xsd for Rockstar's game engine (RAGE)

rage-lint Lint RAGE (only GTA5 at the moment) meta/XML files for validity based off of the GTA5.xsd generated from game code. This script accepts a se

GoatGeek 11 Sep 18, 2022
learn and have fun developing 2D retro games using python and pygame

Retro 2D Game Development Using Python + PyGame Skill up your programming skills with a walk down the memory lane. Learn how to create a retro 2D game

Marvin Trilles 1 Feb 23, 2022
An environment to run atari-like games in VGDL.

vgdl An environment to run atari-like games in VGDL. Requirements python = 3.6 Installation pip install -r requirements.txt Usage # Create an enviro

Sergio Arnaud Gomez 1 Dec 24, 2021
Blender Game Engine Game Type Templates Logic Bricks (and Python script) based Game Templates for Blender

Blender-Game-Engine-Templates Blender Game Engine Game Type Templates Logic Bric

3 Oct 25, 2022
Cheats for shooter games

Cheats Cheats for shooter games Download Trigger Bot trigger.exe // trigger.sha256 Download Certify Bot certify.exe // certify.sha256 Note: Check sha2

Emin Muhammadi 1 Nov 26, 2021
Pyvidplayer - An extremely easy to use module that plays videos on Pygame

pyvidplayer An extremely easy to use module that plays videos on Pygame Example

17 Dec 05, 2022
MCTS (among other things) for 2048

2048 Created by Chad Palmer for CPSC 474, Fall 2021 Overview: This is an application which can play 2048 and simulate games of 2048 with a variety of

Chad Palmer 1 Dec 16, 2021