Skip to content

a bullet hell style game for learning game development in pygame

Notifications You must be signed in to change notification settings

LukeConfait/Bullet_hell_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bullet-hell-game

Managing Packages

This project uses virtualenv for package management. To state using virtual env, run:

pip install virtualenv

To create a virtual environment, run:

virtualenv .direnv

To activate the virtual environment, run:

source .direnv/bin/activate 

on Linux or MacOS or

.direnv\Scripts\activate

on Windows

install the required packages using

py -m pip install -r requirements.txt

About

a bullet hell style game for learning game development in pygame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages