Tomáš Žilínek (TomasZilinek)

TomasZilinek

Geek Repo

0

followers

0

following

0

stars

Location:Czech republic

Github PK Tool:Github PK Tool

Tomáš Žilínek's repositories

ChessCsharp

This is a project I did as a homework for a course at my bachelor's degree in university.

Language:C#Stargazers:0Issues:0Issues:0

RobotDrawerEditor_Csharp

After the previous failed try in C++ I decided to actually program the vector graphics editor for my Arduino drawing robot arm. This time the editor works.

Language:C#Stargazers:0Issues:0Issues:0

RobotDrawerEditor_Cplusplus

A C++ Windows desktop editor made with SFML. This is an old project. After trying SFML with the Battleships project I decided to use the UI created there in some UI-centered project like an editor. It was supposed to be a vector graphics editor for my planned Arduino robot arm for drawing but I didn't finish it (made in 2019)

Language:C++Stargazers:0Issues:0Issues:0

JobsCZ_TicTacToe

This is a tic tac toe bot competing on platform created by Jobs cz (https://piskvorky.jobs.cz/). Bots created in any programming language can compete there submitting their moves via http endpoints.

Language:C#Stargazers:0Issues:0Issues:0

ChessPython

I love chess so in high school I decided to create a chess game in Python. I meant for it to be playable between 2 players on LAN but decided to keep it simple and the 2 people can play it on the same screen only.

Language:PythonStargazers:0Issues:0Issues:0

SnakeGame

In high school I tried to create a snake game in Python. It contains only the movement and eating of the points. I also tried to implement a CLI so there are several commands to be used.

Language:PythonStargazers:0Issues:0Issues:0

Battleships

A C++ Windows desktop game made with SFML. This is an old project. I just self-learned to do some programming in high school and thought it would be a fun idea to make a game in C++ so not knowing that game engines exist I decided to use SFML to do everything myself. Aargh! (made in 2018)

Language:C++Stargazers:0Issues:0Issues:0

Grapher

In high school I just learned some Python so I decided to create a graphing calculator. It is quite basic but has all the needed functionalities

Language:PythonStargazers:0Issues:0Issues:0

3D-engine

This is an old high school project. I was experimenting with drawing and I was wandering whether I could create a 3D engine with just high school math. It turns out it's possible. Of course it's not optimized at all. I just wanted to create a 3D engine.

Language:PythonStargazers:0Issues:0Issues:0

Darkorbit-bot

When I was a child I played the online browser game Darkorbit so out of nostalgy I decided to program a bot for it. It is a simple bot that scans the screen using Image Recognition and then picks up boxes that are all over the map.

Language:PythonStargazers:0Issues:0Issues:0

Calculator

This is an old project from high school. I just decided to learn programming. I already did something in html so I naturally tried javascript. This is my first attempt at a little more serious program.

Language:HTMLStargazers:0Issues:0Issues:0