akash-suresh / IPC-on-RIOT-OS

Implementation of a multi-threaded tic-tac-toe game on RIOT-OS to demonstrate IPC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPC Tic-Tac-Toe!


To run this first clone the git repo given below.
https://github.com/RIOT-OS/RIOT
Then clone this repository.
This example is to illustrate the usage of RIOTs IPC messaging system. In this example we have presented the implementation of IPC on RIOT OS by using message passing between threads. We've coded a simple single player Tic Tac Toe game which uses 4 threads for-
* gameplay (MAIN thread) * background music * sound thread * result thread

Run the make file from examples/ttt directory. Execute the .elf file generated in the examples/ttt/bin/native directory.

About

Implementation of a multi-threaded tic-tac-toe game on RIOT-OS to demonstrate IPC.


Languages

Language:Makefile 95.1%Language:C 4.9%