Skip to content

Latest commit

Β 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages