luweslen / gabon

Jogo da velha usando python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gabon | Tic-tac-toe

Project |  Technologies |  How to use |  How to contribute |  License


πŸ’» Project

Gabon is a tic-tac-toe game.

Preview

πŸ› οΈ Technologies

This project was developed with the following technologies:

  • Python
  • Tkinter
  • MongoDB

βš™οΈ How To Run

Follow the steps below to run this project

  • Clone o repository with git clone https://github.com/luweslen/gabon
  • Go to directory backend with cd gabon
  • Create a .env file with the following information:
    DATABASE_URL=
    DATABASE_NAME=
  • Start the program with python3 src/main.py

πŸ€” How to contribute

  • Make a fork
  • Create a branch with your feature: git checkout -b my-feature
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature
  • Finally create a new pull request

πŸ“ License

This project is under the MIT license. See the LICENSE for details.

πŸ‘¨β€πŸ’» Made by


Luciano Weslen
Software Developer

πŸ€” Do not forget

Enjoy every moment, they are unique and go by fast!

About

Jogo da velha usando python


Languages

Language:Python 99.8%Language:Shell 0.2%