larryworm1127/PyBoardGame

Doesn't work on localhost

mickkn opened this issue · 4 comments

Hi, do I need to do something special to get this to work on a localhost?

Tried with

Cloned the repos
set FLASK_APP=run.py
flask run

But the games doesnt work, it displays fine though

Sorry to hear about that. Let me look into it. I will get back to you as soon as I figure something out.

Hi, thanks. I must say, that I've only tried with Python 3.8

I have just fixed tic tac toe. Apparently it was just my HTML not pointing at the correct fontawesome stylesheet, so all the symbols and buttons aren't showing up. As for sudoku, there's some problem caused by newer versions of python. I will try to fix it when I have time.

Thanks for the feedback!

I made a fix for Sudoku. Let me know if it works now.