Skip to content

realrushen/async-console-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spaceship Adventure

ezgif com-optimize_YgtCKU0

Introduction

This project was done during a module on learning asynchronous programming in python. It uses curses standard python library module to render game scene using different text symbols. And also usess self wrote super simple event loop to better understand async.

How to Install and Run

Make sure you have installed Python 3.9

  1. Clone repository.
git clone https://github.com/realrushen/async-console-game.git
  1. Join src directory.
cd async-console-game/src
  1. Run script.
python3 space_game.py

To move rocket use arrow keys.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages