Conrad Dudziak's Github Pages
This website is hosted by github pages.
Conrad Dudziak's Github: github.com/ConradDudziak
WebGL Builds and Active Sites
- Sandor Kiss's Udemy Course on Unity Game Development
- Command Pattern in Game Development
- This application is built in Unity using a Command Pattern to seperate the logical and visual states of the game.
- Players take turns with an AI to place units and move them across a board.
- Link to final result: conraddudziak.github.io/TurnBasedCommandPattern
- Image Generation with Genetic Algorithms
- Cellular (Unity Game)
- Cellular is a turn-based strategy game created by a team of four software engineers including myself.
- The objective in cellular is to eliminate your opponent by equipping your cells with weapons.
- Movement Prototype
- Equipment Prototype
- Visualizing Movement Prototype
- Action Points Prototype
- Item Spawning Prototype
- Player Vs AI Prototype
- AI Vs AI Prototype
- Early Game Demo
- Pre-alpha
- Alpha
- Beta V1
- Final
Code Repositories of Distributed Systems and Cloud Integration
- Project Parakeet (Work in Progress)
- A twitter bot that uses the twitter API to retrieve tweets and respond to mentions. The response from @ParakeetProject contains the semantic meaning of the message it is responding to.
- Built with Python, the Tweepy library, and NLTK's Vader sentiment analysis.
- Link to source code repository: github.com/ConradDudziak/Project-Parakeet
- Link to twitter bot account: twitter.com/ParakeetProject
- NASA API Web App
- A web application that uses Microsoft Azure to fetch, store, and display data from the NASA API. Services used include App Services, Logic Apps, Blob Storage, Azure Tables, and Telemetry.
- Link to source code repository: github.com/ConradDudziak/NASA-API-Web-App
- HTTP Web Crawler
- A web crawler created as a class assignment which finds the first http link in a web page, and continues to crawl until the number of hops is achieved.
- Link to source code repository: github.com/ConradDudziak/HTTP-Web-Crawler
- OpenWeather API Console App
- UDP Framework in .Net and Unity
- Continuous Integration with Azure Pipelines