Pinned Repositories
IMR2024
Bull-Cow--game
I developed a word game using C++ in Unreal Engine 4, which helped me learn how to use the engine and organize my code effectively. Throughout the project, I improved my C++ skills.
Chess-Server-Client
This C++ project implements a chess server and client for multiplayer interaction using OOP concepts. Players connect to the server to play chess. Communication occurs securely via sockets, ensuring accurate move transmission. Concurrency, facilitated by fork() in UNIX systems, allows simultaneous handling of multiple client connections.
EmilCosma.github.io
Website for learning traffic rules
REST-API
A REST API created in NodeJs Vanilla for my site
Therapy-Bot
I created a chat bot therapist using C++ and SFML to provide advice to users with a variety of problems, from family and love to work and school. This project allowed me to deepen my C++ knowledge and improve my code organization skills, while also providing an intuitive interface for users to interact with the bot.
Backend
Server instance with Machine Learning models for holiday advisor application.
EmilCosma's Repositories
EmilCosma/Bull-Cow--game
I developed a word game using C++ in Unreal Engine 4, which helped me learn how to use the engine and organize my code effectively. Throughout the project, I improved my C++ skills.
EmilCosma/Chess-Server-Client
This C++ project implements a chess server and client for multiplayer interaction using OOP concepts. Players connect to the server to play chess. Communication occurs securely via sockets, ensuring accurate move transmission. Concurrency, facilitated by fork() in UNIX systems, allows simultaneous handling of multiple client connections.
EmilCosma/EmilCosma.github.io
Website for learning traffic rules
EmilCosma/REST-API
A REST API created in NodeJs Vanilla for my site
EmilCosma/Therapy-Bot
I created a chat bot therapist using C++ and SFML to provide advice to users with a variety of problems, from family and love to work and school. This project allowed me to deepen my C++ knowledge and improve my code organization skills, while also providing an intuitive interface for users to interact with the bot.