<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Supun Wickramarachchi</title>
    <description>The latest articles on DEV Community by Supun Wickramarachchi (@supun_wickramarachchi_e74).</description>
    <link>https://dev.to/supun_wickramarachchi_e74</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3200373%2Fa83eaa29-f5fc-4517-986e-933ad33f3c91.png</url>
      <title>DEV Community: Supun Wickramarachchi</title>
      <link>https://dev.to/supun_wickramarachchi_e74</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/supun_wickramarachchi_e74"/>
    <language>en</language>
    <item>
      <title>🚀 Building My Own Mars Rover Simulator with Python &amp; Tkinter</title>
      <dc:creator>Supun Wickramarachchi</dc:creator>
      <pubDate>Fri, 23 May 2025 18:10:06 +0000</pubDate>
      <link>https://dev.to/supun_wickramarachchi_e74/building-my-own-mars-rover-simulator-with-python-tkinter-566d</link>
      <guid>https://dev.to/supun_wickramarachchi_e74/building-my-own-mars-rover-simulator-with-python-tkinter-566d</guid>
      <description>&lt;p&gt;Like many who dream of stars, rockets, and distant planets, I’ve always had a deep passion for space exploration. But I also know dreams like working in aerospace or robotics don't come true overnight. They take time, learning, and a lot of hands-on effort.&lt;/p&gt;

&lt;p&gt;As a self-taught developer working towards becoming a skilled software engineer, I decided to take a step forward by creating something close to my dream:&lt;br&gt;
&lt;em&gt;A Mars Rover Simulator — fully built with Python.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;🌌 &lt;strong&gt;Why I Built This&lt;/strong&gt;&lt;br&gt;
I built this simulation to strengthen my Python skills while diving into the kind of systems that might be used on real planetary rovers. I made two versions of the simulator:&lt;/p&gt;

&lt;p&gt;🖥️ A Graphical User Interface (GUI) version using Tkinter&lt;/p&gt;

&lt;p&gt;💻 A Command-Line Interface (CLI) version for practicing terminal-based commands&lt;/p&gt;

&lt;p&gt;Both versions helped me bring software engineering concepts into a fun, real-world inspired project.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🛠️ Mars Rover Simulator (GUI + CLI)&lt;/strong&gt;&lt;br&gt;
A smart simulation of a Mars Rover system with both Command Line and Graphical Interfaces. It includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Obstacle detection&lt;/li&gt;
&lt;li&gt;2D terrain mapping&lt;/li&gt;
&lt;li&gt;Undo/reset functionality&lt;/li&gt;
&lt;li&gt;Command logging with timestamps&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;All designed to simulate real rover decision-making logic!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔍 About the Project&lt;/strong&gt;&lt;br&gt;
This project is part of my journey to becoming a developer who can work on real space tech, robotics, or embedded systems. Through this simulator, I explored and practiced:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ Object-Oriented Programming (OOP)&lt;/li&gt;
&lt;li&gt;✅ 2D grid movement with obstacle avoidance&lt;/li&gt;
&lt;li&gt;✅ State management for undo/reset actions&lt;/li&gt;
&lt;li&gt;✅ GUI building with Tkinter&lt;/li&gt;
&lt;li&gt;✅ Command logging with datetime and os&lt;/li&gt;
&lt;li&gt;✅ Clean Python project structure&lt;/li&gt;
&lt;li&gt;✅ Coding like it's a real software system&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;🌟 Key Features&lt;/strong&gt;&lt;br&gt;
GUI buttons for MOVE, LEFT, RIGHT, and STATUS&lt;/p&gt;

&lt;p&gt;Real-time rover status updates&lt;/p&gt;

&lt;p&gt;Visual terrain map with obstacles&lt;/p&gt;

&lt;p&gt;CLI version for those who love the terminal&lt;/p&gt;

&lt;p&gt;Logging system that records command history with timestamps&lt;/p&gt;

&lt;p&gt;Designed with modularity for future expansion (robotics control, sensors, etc.)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F68f74bt0irz9w2wyvrsd.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F68f74bt0irz9w2wyvrsd.PNG" alt="GUI Main Window" width="365" height="637"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnrxnw76q8cup2j76uf39.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnrxnw76q8cup2j76uf39.PNG" alt="Command Log File" width="744" height="687"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk61f0gny8can3jfbxoqr.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk61f0gny8can3jfbxoqr.PNG" alt="Code Snippet move function" width="777" height="423"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🧠 What I Learned&lt;/strong&gt;&lt;br&gt;
This wasn’t just about code. I learned how to:&lt;/p&gt;

&lt;p&gt;Move beyond tutorials and build real-world Python applications&lt;/p&gt;

&lt;p&gt;Design user interfaces and manage state changes in software&lt;/p&gt;

&lt;p&gt;Build systems that can be extended, reused, or debugged&lt;/p&gt;

&lt;p&gt;Apply problem-solving to things I truly care about: space and robotics&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔧 Built With&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python 3.x&lt;/li&gt;
&lt;li&gt;Tkinter&lt;/li&gt;
&lt;li&gt;datetime, os&lt;/li&gt;
&lt;li&gt;OOP design principles&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;💬 Final Thoughts&lt;/strong&gt;&lt;br&gt;
This Mars Rover Simulator may be a small step, but to me, it's a giant leap toward my dream of working in space, aerospace, or robotics.&lt;/p&gt;

&lt;p&gt;I hope to keep learning, building, and one day — contribute to real missions.&lt;/p&gt;

&lt;p&gt;If you're a fellow developer, recruiter, or space enthusiast, I'd love to connect with you!&lt;/p&gt;

&lt;p&gt;👉 Check out the project on GitHub :(&lt;a href="https://github.com/supunwickramarachchi/Mars-rover-simulator" rel="noopener noreferrer"&gt;https://github.com/supunwickramarachchi/Mars-rover-simulator&lt;/a&gt;)&lt;br&gt;
💡 Feedback is welcome — I’m always learning!&lt;br&gt;
I’d love to hear your thoughts! What would you add to this Mars Rover project? Any feedback or ideas to improve it?&lt;/p&gt;

&lt;h1&gt;
  
  
  Python #Tkinter #SoftwareEngineering #MarsRover #SpaceTech #Robotics #OpenSource #SelfTaught #CareerJourney #Developer
&lt;/h1&gt;

</description>
      <category>softwareengineering</category>
      <category>programming</category>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
