--- title: "Tic Tac Toe or Noughts and Crosses" type: "article" slug: "tic-tac-toe-or-noughts-and-crosses" url: "http://localhost/article/tic-tac-toe-or-noughts-and-crosses/" markdown_url: "http://localhost/article/tic-tac-toe-or-noughts-and-crosses.md" published_at: "2020-10-27T17:18:35+00:00" modified_at: "2024-06-23T00:43:51+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "On a computer with a very limited amount of memory (1K) even a simple game like Tic Tac Toe might be a problem to fit. This version of the well known game is short and simple, anyone will be able to understand it." category: - name: "SYNC" slug: "sync" taxonomy: "category" url: "http://localhost/category/periodicals/sync/" post_tag: - name: "1981" slug: "year-1981" taxonomy: "post_tag" url: "http://localhost/tag/year-1981/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - name: "ZX80" slug: "zx80" taxonomy: "post_tag" url: "http://localhost/tag/zx80/" model: - name: "Sinclair ZX80" slug: "zx80" taxonomy: "model" url: "http://localhost/model/zx80/" indiv: - name: "Jeffrey Hoffman" slug: "jeffrey-hoffman" taxonomy: "indiv" url: "http://localhost/indiv/jeffrey-hoffman/" publication: "Sync" publication_r: id: 10243 title: "SYNC" type: "periodical" url: "http://localhost/periodical/sync-magazine/" authors: "Jeffrey Hoffman" volume: "1" issue: "2" issues_articles: - id: 26636 title: "SYNC v1 n2" type: "issue" url: "http://localhost/issue/sync-v1-n2/" pages: "32" pubdate: "March/April 1981" archive_link: false volumeissue: "v1n2" --- # Tic Tac Toe or Noughts and Crosses On a computer with a very limited amount of memory (1K) even a simple game like Tic Tac Toe might be a problem to fit. This version of the well known game is short and simple, anyone will be able to understand it.