Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe in C without stdlib in 1.75 KBs

How

I only use these syscalls:

  • write(printing to the screen)
  • read(getting input from user)
  • time(for random)

they are defined in the start.S assembly file

The result is an 1.75 Kb executable

Install

Globally:

sudo make install

Inside build/

make build

Use

Global install:

ctactoe

build/ folder

./build/ctactoe

About

Tictactoe game written in c without libc

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages