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
TetrisAI - Tetris AI Bot using computer vision to play game automatically

Tetris AI Tetris AI Bot using computer vision to play game automatically bot.py

11 Aug 29, 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
Turn NY Times crosswords into Across Lite files

NYT Crossword to Puz A windows program to convert NY Times crosswords from the web to Across Lite compatible files. To run this, first download and de

31 Oct 11, 2022
Implementation of Conway's game of life in python.

👾 👨🏻‍💻 Conway's Game of Life 👨🏻‍💻 👾 by FranciscoCharles An interactive simulator that implements the standard Conway Game of Life with a simpl

3 Oct 01, 2021
Among AIs is a (prototype of) PC Game we developed as part of the Smart Applications course @ University of Pisa.

Among AIs is a PC Game we developed as part of the Smart Applications course @ Department of Computer Science of University of Pisa, under t

Gabriele Pisciotta 5 Dec 05, 2021
Datamining of 15 Days of (free) Games at the Epic Games Store (EGS).

EGS: 15 Days of Games This repository contains Python code to data-mine the 15 Days of (free) Games at the Epic Games Store (EGS). Requirements Instal

Wok 9 Dec 27, 2022
DOTD - A murder mystery game made in Python

DOTD This repo holds the files for my video game project from ENG101, Disaster o

Ben Bruzewski 1 Jan 13, 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
Jogo da velha com interface gráfica desenvolvida em Python utilizando pygame e IA(Inteligência Artificial)

Jogo-da-Velha Sobre o projeto Jogo da velha com interface gráfica desenvolvida em Python utilizando pygame e IA(Inteligência Artificial) Layout tela d

Matheus Maia Alvarez 6 Apr 09, 2022
The repository that hosts the code that teaches a reinforcement learning - based bot to play 2048

The repository that hosts the code that teaches a reinforcement learning - based bot (based on policy gradients method) to play 2048

Maxim Rud 1 Dec 16, 2021
An algorithm to reach a correlated equilibrium in multiplayer games.

Correlatedpy: a python library for distributed learning of correlated equilibrium in multiplayer strategic games. View Demo · Report Bug · Request Fea

Omar Boufous 2 Feb 01, 2022
中文版本的ai地牢,一个使用GPT-2的文字冒险游戏,使用清源CPM预训练模型finetune而成。

中文版本的ai地牢,一个使用GPT-2的文字冒险游戏,使用清源CPM预训练模型finetune而成。

icybee 178 Jan 03, 2023
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
A simple hangman game for beginners trying to learn python

Hangman Game This is a simple hangman game for beginners trying to learn python. I have tried to keep it as simply as possible. Sample output Here is

1 Oct 13, 2021
Recreation of HexGame in Pygame. More features will come soon !

Hex with Pygame Historical point of view What Are the rules of this game ? Some Strategies and tips The algorithm for the Win Other fonctionnalities W

4 Mar 26, 2022
Snake - Code for "Deep Snake for Real-Time Instance Segmentation" CVPR 2020 oral

Good news! Snake algorithms exhibit state-of-the-art performances on COCO dataset: DANCE Deep Snake for Real-Time Instance Segmentation Deep Snake for

ZJU3DV 1.1k Dec 26, 2022
Logo hitting the corner == best feeling ever!

Bouncing DVD logo - Pygame A little ride back to the 90s. Ah good ol' time! Didn't we all wait for the logo to hit the corners? Best feeling ever!! I

Hoang Nguyen 3 May 25, 2022
Sukoku-solver Python About Sudoku is one of the most popular puzzle games of all time

Sukoku-solver Python About Sudoku is one of the most popular puzzle games of all time. As a logic puzzle, Sudoku is also an excellent brain game. Bein

Harshith VH 1 Nov 20, 2021
This is the card game like HearthStone and Magic

Territory War How to use it use pip3 to install django and channels: pip3 install Django pip3 install channels go to CardGame/first/consumers.py and g

Caesar 3 Oct 24, 2022
Typing Game : from nob to good

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 (

Raffaele Fiorillo 7 Jun 13, 2022