This is a Mastermind program. Its speciality is that the application can also guess against your puzzle, futhermore it also tries to ensure its usage for color-blind people. Software codes: html, css, jquery, javascript.
A chat application for demonstration purposes (test and test2 rooms can be used only, password is the same as the room). Data is not stored by the server, but the browser of the user. The goal is to make a presentation of the socket.io. Software codes: Flask, python, html, css, javascript, socket.io.
The Czreatiq Adventure Station is used for the digital implementation of the trendy adventure game books in the 80s using the Model-View-Controller (MVC) pattern. The application allows the user/reader to jump between chapters of the adventure game books. Thus, by making decisions, the user/reader participates in the creation of his/her own story.
Software codes: Flask, python, html, css,javascript. Cuurently Pythonanywhere provides the runtime platform.
This is a word puzzle competition game that can be accessed through the Game Center. The administrator starts the games on the beWords server and the users in the Game Center can log into them. In beWords, the goal is to create as many and as long words as possible into an NxN field. Meanwhile, the time is running out for every character. Finally only horizontal and vertical words have their points of the square of their length.
Software codes: Flask, python, nodejs, javascript, html, css, socket.io. The dictionaries required for the evaluation part of the servers come from Wikipedia.
The Hungarian dictionary of the server BeWords_hu was sorted by python code from the https://dumps.wikimedia.org/huwiki/20240820/ database and then checked manually, filtering out the meaningless words and the words longer than 6, the names and the acronyms. The new database can be downloaded: wiki_words_hu.txt under the Creative Commons license (https://creativecommons.org/licenses/by-sa/4.0/legalcode)
The English dictionary of the server BeWords_en has come from the file word_list_english_spell_checked.txt.7z on the website https://www.aaabbb.de/WordList/WordList_en.php. The meaningless words and the words longer than 5, the names and the acronyms were manually filtered out. The new database can be downloaded: wiki_words_en.txt under the Creative Commons license (https://creativecommons.org/licenses/by-sa/3.0/legalcode)
Message Dashboards are an older website that provides the oppurtinity to publish messages in different groups. Software codes: php, mySQL. Currently, ATW provides the running platform, no https is assigned.
A presentation software and the images are also self-made.
Software codes: html, css, javascript