  @prefix bibo: <http://purl.org/ontology/bibo/> .
  @prefix owl: <http://www.w3.org/2002/07/owl#> .
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  @prefix cc: <http://creativecommons.org/ns#> .
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  @prefix ep: <http://eprints.org/ontology/> .
  @prefix dct: <http://purl.org/dc/terms/> .
  @prefix void: <http://rdfs.org/ns/void#> .
  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
  @prefix eprel: <http://eprints.org/relation/> .
  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  @prefix doi: <https://doi.org/> .
  @prefix event: <http://purl.org/NET/c4dm/event.owl#> .
  @prefix dc: <http://purl.org/dc/elements/1.1/> .
  @prefix epid: <https://arxiv.universalpublishings.com/id/> .

<>
	foaf:primaryTopic <https://arxiv.universalpublishings.com/id/eprint/56259>;
	rdfs:comment "The repository administrator has not yet configured an RDF license."^^xsd:string .

<https://arxiv.universalpublishings.com/id/eprint/56259#authors>
	rdf:_1 <https://arxiv.universalpublishings.com/id/person/ext-1cdab97b26eea16c26024875a3ad43c4>;
	rdf:_2 <https://arxiv.universalpublishings.com/id/person/ext-fdffce92a4a53ba91822a9fcf1016a9f>;
	rdf:_3 <https://arxiv.universalpublishings.com/id/person/ext-8aef3589d8f48286f24cd1795af9b062> .

<https://arxiv.universalpublishings.com/id/eprint/56259/>
	dc:format "text/html";
	dc:title "HTML Summary of #56259 \n\nDESIGNING AND IMPLEMENTATION OF TIC-TAC-TOE-4X4 BASED ARTIFICIAL INTELLIGENCE USING PYTHON PROGRAMMING\n\n";
	foaf:primaryTopic <https://arxiv.universalpublishings.com/id/eprint/56259> .

<https://arxiv.universalpublishings.com/id/eprint/56259>
	bibo:abstract "In Tic-Tac-Toe of the classic game is built on computer-based flat form using python as apart of case study project using Artificial Intelligent techniques. The primary goal for this project is to create a computer artificial intelligent based on Tic-Tac-Toe 4x4 game that&nbsp;&nbsp;&nbsp; show two players on who will win and who will lose the game accordingly, using the standard Minimax algorithm, it was adopted and modified as a subset of rules from best gameplay practices: (1) attempt to win, (2) endeavor to keep a misfortune, (3) make a key move, and (4) make an irregular move. To make the game more fun and more winnable at easier difficulty levels, probabilities are introduced that the computer would find a valuable move and ignore it. In the end, the computer artificial intelligent uses a simple, lightweight decision tree to choose its next move, and the gameplay is fast, balanced, and enjoyable. furthermore, in the winning strategy in a chess game by means of symbolic model checking, and demonstrate the winning strategy in tic-tac-toe game through the symbolic model checking tool improved with the verification algorithm for winning strategy."^^xsd:string;
	bibo:authorList <https://arxiv.universalpublishings.com/id/eprint/56259#authors>;
	bibo:status <http://purl.org/ontology/bibo/status/published>;
	dct:creator <https://arxiv.universalpublishings.com/id/person/ext-1cdab97b26eea16c26024875a3ad43c4>,
		<https://arxiv.universalpublishings.com/id/person/ext-8aef3589d8f48286f24cd1795af9b062>,
		<https://arxiv.universalpublishings.com/id/person/ext-fdffce92a4a53ba91822a9fcf1016a9f>;
	dct:date "2024-02-01";
	dct:isPartOf <https://arxiv.universalpublishings.com/id/repository>,
		<https://arxiv.universalpublishings.com/id/publication/ext-b6530cc07ed9d05480e619db77ea5cb1>;
	dct:publisher <https://arxiv.universalpublishings.com/id/org/ext-dce91bc34ec9a52b0fb2d7899759e2d8>;
	dct:title "DESIGNING AND IMPLEMENTATION OF TIC-TAC-TOE-4X4 BASED ARTIFICIAL INTELLIGENCE USING PYTHON PROGRAMMING"^^xsd:string;
	rdf:type bibo:AcademicArticle,
		bibo:Article,
		ep:ArticleEPrint,
		ep:EPrint;
	rdfs:seeAlso <https://arxiv.universalpublishings.com/id/eprint/56259/> .

<https://arxiv.universalpublishings.com/id/org/ext-dce91bc34ec9a52b0fb2d7899759e2d8>
	foaf:name "\"Research Science and Innovation house\" LLC"^^xsd:string;
	rdf:type foaf:Organization .

<https://arxiv.universalpublishings.com/id/person/ext-1cdab97b26eea16c26024875a3ad43c4>
	foaf:familyName "Rajab"^^xsd:string;
	foaf:givenName "Abubakarsidiq Makame"^^xsd:string;
	foaf:name "Abubakarsidiq Makame Rajab"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/person/ext-8aef3589d8f48286f24cd1795af9b062>
	foaf:familyName "Rajab"^^xsd:string;
	foaf:givenName "Abdul-rahimsidiq Makame"^^xsd:string;
	foaf:name "Abdul-rahimsidiq Makame Rajab"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/person/ext-fdffce92a4a53ba91822a9fcf1016a9f>
	foaf:familyName "Hassan"^^xsd:string;
	foaf:givenName "Nadhira Haji"^^xsd:string;
	foaf:name "Nadhira Haji Hassan"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/publication/ext-b6530cc07ed9d05480e619db77ea5cb1>
	foaf:name "Journal of Universal Science Research"^^xsd:string;
	rdf:type bibo:Collection .

