文件名称:tick_tack_toe_app:使用django的tic tac toe游戏构建并做出React
文件大小:42.88MB
文件格式:ZIP
更新时间:2024-03-01 07:48:41
Python
tick_tack_toe_app 一个使用Django的tic TAC Toe游戏构建并做出React 该应用程序是使用django框架构建的管理系统,可响应井字游戏的前端。 游戏历史记录将存储在管理中。 系统并存储在sql数据库中。 Django应用程式 要使用django应用并登录以查看游戏历史,请执行以下操作 ( Make sure you have python 3 installed and pip) a.Make sure you have a django environment setup along with sql b. Clone the file : https://github.com/jared7129/tick_tack_toe_app.git c. cd django_app d. Run migrations - python manage.py mi