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
An entropy-based strategy to wordle

An entropy-based strategy to wordle

Gilles Vandewiele 24 Dec 31, 2022
A sprite ripper and converter for Com2uS' 2007 game Music World.

Music World Sprite Dumper This repository contains a python script reads an UNCOMPRESSED Music World pxo file and attempts to dump sprites from it. Th

Buu342 1 Mar 16, 2022
Simple darts game using Tkinter and sqlite3. Also associated with Python.

Ever wanted to play a simple and fun game before, and it even keeps a database of your score? Well here it is!! Introducing; Darts! A simple and fun g

an aspirin 2 Dec 19, 2021
Inflitator is a classic doom and wolfenstein3D like game made in Python, using the famous PYGAME module.

INFLITATOR Raycaster INFLITATOR is a raycaster made in Python3 with Pygame. It is a game built on top of a simple engine of the same name. An example

Zanvok Corporation 1 Jan 07, 2022
Projeto Flappy Bird temática doom, projeto python e pygame

Doom-Bird Tecnologias usadas Requisitos para inicializar o jogo: Python faça o download em: https://www.python.org/downloads/ Após instalar o Python d

João Guilherme 1 Dec 08, 2021
Tic Tac Toe game developed in python; have 2 difficulty levels

Tic Tac Toe Game This is a code for Tic Tac Toe game in python. Game has 2 difficulty levels. Easy Hard To play the game, use this command in a LINUX

Akshat Mittal 1 Jun 25, 2022
Snake game mixed with Conway's Game of Life

SnakeOfLife Snake game mixed with Conway's Game of Life The rules are the same than a normal snake game but you have to avoid cells created by Conway'

Aidan 5 May 26, 2022
pygame is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.

pygame is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.

pygame 5.6k Jan 01, 2023
Minimalistic generic chess variant GUI using pyffish and PySimpleGUI, based on the PySimpleGUI Chess Demo

FairyFishGUI Minimalistic generic chess variant GUI using pyffish and PySimpleGUI, based on the PySimpleGUI Chess Demo. Supports all chess variants su

Fabian Fichter 6 Dec 20, 2022
This is Minesweeper coded in Python. It has almost all features from the main game

Minesweeper This is Minesweeper coded in Python. It has almost all features from the main game Use right click to open tile, right click on an open ti

3 Jul 12, 2022
XO game with server, client and visualizer for AI bots.

XO game with server, client and visualizer for AI bots.

Ali 4 Jul 14, 2022
Pong is one of the first computer games that ever created, this simple

Pong-Game Pong is one of the first computer games that ever created, this simple "tennis like" game features two paddles and a ball, the goal is to de

Lateefah Ajadi 0 Jan 15, 2022
A game developed while learning python

Alien_Invasion a game developed while learning python you must have python-3 installed in your computer. and pygame module is also required for this.

Jani Shubham 0 Oct 10, 2022
2DMC is an abrrieviation for 2 Dimensional Minecraft.

2DMC 2DMC is an abrrieviation for 2 Dimensional Minecraft. This idea is originally created and implemented by Griffpatch on Scratch. This is a persona

DaNub 5 Nov 06, 2022
Chess Game using Python

Chess Game is a single-player game where the objective is same as the original chess game. You just need to place your chess piece in a correct position. The purpose of the system is to provide some

Yogesh Selvarajan 1 Aug 15, 2022
TicTacToc - Simple TicTacToc game played by minimax algorithm

TicTacToc simple TicTacToc game played by minimax algorithm. This app is based o

5 Apr 05, 2022
Python Interactive Mini Games

Python Interactive Mini Games Mini projects from Coursera's An Introduction to I

Ashish Choudhary 1 Jan 16, 2022
Deliver buycraft orders to players across the map in minecraft servers using baritone

Deliver buycraft orders to players across the map in minecraft servers using baritone

synthels 1 Nov 14, 2021
AI plays games with python

AI-plays-games- To use it, you first need to create an img file and save the pic

Murat Ali Avcu 7 Oct 16, 2022
Yo-Snake - A blend of yolov5 and deepsnake

Yo-Snake A blend of yolov5 and deepsnake 结合了yolov5和Deepsnake模型 Deepsnake 模型代码比较复

7 Apr 01, 2022