Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.21 KB

uCOS_tictactoe

This project is a tictactoe game made for pratical coding in RTOS and get familiar with uC/OS.
The game creates 3x3 game board and will be played and analyzed automatically by the program.

Table of Content
1. Prerequisites
2. Compiling with Visual Studio Instructions
3. Contributing to tictactoe game
4. Contact Information
5. Credits and Acknowledgements

  1. Prerequisites
  • You have a <Windows> machine with Visual Studio installed.
  • You have basic knowledge about MicroC OS-II and coding.
  1. Compiling with Visual Studio Instructions

    Follow the steps in the "Compiling with VS Instruction" pdf file located in "C:\SOFTWARE\Compiling with VS Instruction".

  2. Contributing to tictactoe game

To contribute to this program, follow these steps:

  • Fork this repository.
  • Create a branch: git checkout -b <branch_name>
  • Make your changes and commit them: git commit -m '<commit_message>'
  • Push to the original branch: git push origin <project_name>/
  • Create the pull request.
  1. Contact Information

    e-mail: [email protected]
    github: https://github.com/oabuv

  2. Credits and Acknowledgements
    Bao Vu, code developer
    Jukka Matila, code developing instructor