top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Wordle

Project type

C Programming

Date

March 2022

Platform Used

Emacs
Linux

Select Skills

Function usage for code reusability,
User Interface Design with console restrictions,
Procedure orientedness,
Malloc,
Code Optimization

Wordle is game which involves guessing the word chosen by the computer within a limited number of guesses, which would be same as the length of the word. I developed a custom version of the popular Wordle game using the C programming language which can change easily for different lengths of words or diversity of words available.

This project required handling data structures efficiently. Additionally, I focused on creating a user-friendly interface, despite the limitations of a console-based environment, making the game accessible and engaging. This Wordle project was aimed at transforming a simple concept into an interactive and enjoyable experience.

bottom of page