Skip to content

MustafaKpn/Self-learning-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Project Overview

This repository contains two small games implemented with different technologies to demonstrate user interface development, game logic design, and basic decision-making algorithms.

📋 Contents

1. Wordle-Style Game (React)

A Wordle-style game UI built with React, focusing on:

  • Component-based design
  • State management
  • Interactive feedback

2. Tic Tac Toe Game (Python)

A Tic Tac Toe game where the player competes against a computer opponent that uses a simple scoring strategy to determine optimal moves.

How It Works

The Tic Tac Toe computer player evaluates the board by constructing a points matrix representing the value of each possible move. The algorithm assigns scores based on potential winning combinations.

🎯 Key Concepts Demonstrated

  • ✅ Frontend UI development with React
  • ✅ Python game logic implementation
  • ✅ Turn-based game state management
  • ✅ Basic AI decision-making using heuristic evaluation
  • ✅ Separation between interface and logic

📚 Learning Objectives

This repository is intended as a learning project exploring how interactive applications and simple AI behaviors can be implemented across different programming environments.

🛠️ Technologies Used

  • Frontend: React
  • Backend/Logic: Python
  • Game Type: Turn-based interactive games

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors