Skip to content
View sereczeq's full-sized avatar

Highlights

  • Pro

Block or report sereczeq

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sereczeq/README.md

My Projects:

Multiple Unity Games

Unity 3D, C#, Blender

Unity Games I'm making for my teaching job. I decided to include them as my own because the code is written by me line by line. I also included a lot of modifications, appended the content, and modernized the games. Note that they are not my own ideas.

https://github.com/sereczeq/Unity-Projects

CalendarZoomUpdator

Python, Google API, web scraping Python program made to make online studying easier for me and my classmates.

Program browses student email account finding links and dates for Zoom classes and adds them as events to Google Callendar

https://github.com/sereczeq/CalendarZoomUpdator

Data Structures

Java

Coding different data structures in Java to learn how they work under the hood

https://github.com/sereczeq/Data-Structures

Memory Game

.NET, C#, Windows Forms

Memory game made in windows forms https://github.com/sereczeq/C-/tree/main/Sobota

Matrices, Unit Testing, Pointers

C++, Google Test

Coding structures such as Smart Pointers and Trees in C++. FInished learning with a big project: matrices including many complex matrix operations. Testing with Google Test.

https://github.com/sereczeq/CPP

Neural Network Floppy Bird

Python, Neural Network, pygame

Simple game with the purpose of learning the basics of neural networks. The record was 15 points ;)

https://github.com/sereczeq/NeuralNetworkFloppyBird

2D Tank Game

Unity 3D, C#

My first Unity Game worth sharing. Includes complicated custom labyrinth-creating algorithm, multiple weapons for tanks, and state saving.

https://github.com/sereczeq/czo-gi

Online Poker Game

Java, Sockets

It was one of my first 'big' projects. The main part of it was learning how sockets work in Java, which I accomplished.

Communication between game instances is achieved through a server, which sends players updates on the game.

https://github.com/sereczeq/Poker-Game

Web developement

React.js, Next.js, Express.js, Node.js, AWS, Vercel, REST

FizzBuzz - Overcomplicated solution for simple fizz buzz problem. Includes a database, server-side operations, and many more. Team project https://github.com/mustafaMari/FizzBuzz/tree/FrontEnd

https://intalk21.vercel.app/ - Political website with future interviews, WORK IN PROGRESS https://github.com/sereczeq/intalk21-front-end

Pinned Loading

  1. Poker-Game Poker-Game Public

    Java

  2. Unity-Projects Unity-Projects Public

    Unity Games I'm making whenever I have time

    C# 1

  3. intalk21OLD intalk21OLD Public

    Website for interviews with politicians and other famous people

    TypeScript

  4. CPP CPP Public

    C++

  5. czo-gi czo-gi Public

    Mam nadzieje że będzie działać jak trzeba

    C#

  6. Data-Structures Data-Structures Public

    Java