Koordinat Bulma

Koordinat Bulma

From Tuesday, October 22, 2024 3:39 PM
to Wednesday, October 23, 2024 3:39 PM

AB KOD HAFTASI

Open in-person activity

nvnbalun@gmail.com

Turkish

Merkez, 52031. Sokak, 33200, Mezitli, Mersin, TUR

Verilen yönergeye uygun olarak ilerlenir ve koordinat şifresi belirlenir.

    Primary school
    Robotics

Longitude: 34.527985
Latitude: 36.749965
Geoposition: 36.749965,34.527985

Nearby upcoming activities:

Mole Shotting Game With Kotlin
Tue, Oct 14, 2025 11:32 AM

In this project, we designed a mole shooting game with the help of kotlin.

In our project, we repeated intermediate kotlin coding and xml coding in a fun way. In this way, we developed algorithm intelligence and made kotlin codes more memorable.

There is one 🎯 emoji in the game, this emoji changes its place every 1 second and asks the user to click on that emoji. Every time the user presses it correctly, its place changes again and the score increases by one. If the user presses the wrong place, the toast text appears at the bottom and says the game is over and shows the player's score.

In this way, students made coding more fun and integrated codes into their minds in a more permanent way.

User-Specific Dictionary with Kotlin
Thu, May 15, 2025 2:46 PM

In this project, we aimed to design a user-specific dictionary.

In the project, we learned and repeated mapping with the "map" command, creating conditions with the "when" command, setting up and using functions, creating loops with the "while" command, creating a loop with the "forEach" command, and this loop was applied for each element in the list.It asks the user for numbers between 1 and 6 to perform a certain operation, which evokes a certain operation.1 Press 'to find the meaning of the added word.2 to add a new word and its meaning.3 to delete the incorrectly added or unwanted word with its meaning.4 to print all the words in the dictionary with their meaning.5 to close the application.

In this way, students learned both kotlin coding at an intermediate level and learned the difficult and easy side of coding using algorithms. In addition, it was a project that was useful not only for entertainment but also for humanity, everyone will be able to find the meaning of the word they forgot if they added it here.

Password Generator with Python
Mon, May 19, 2025 2:53 PM

In this application, we designed a password generator program using random characters with the help of python.

In the program, using the "random" library and the "string" library in python, we threw all the letters, numbers, special letters into a list, then using the random library, we randomly selected letters from the letters here and used them all in a single variable.

Thanks to this program, students will learn and repeat loops, conditions and receiving data from the user. Also, since passwords are randomly generated, they will contribute to privacy in daily life.