Skip to content

Latest commit

 

History

168 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logic circuit simulation battles

Players in a battle have to implement the same truthtable in the least amount of time while using as little gates as possible.

Running locally

To run the app locally, just run the app.py file. Make sure you are in the parent directory with app.py and bit_battles as contents.

python app.py

You will also have to run initial migrations.

flask db init
flask db migrate -m "initial migration"
flask db upgrade

After that any change to the database can be migrated using

flask db migrate -m "migration name"
flask db upgrade

About

Enhance your logic circuit design skills with daily challenges, unique puzzles, and competitive battles.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages