DEV Community

Discussion on: A bunch of inspirations for programmers

Collapse
 
miguelmj profile image
MiguelMJ • Edited

Some projects that I have implemented and some that I haven't yet but I want to.

Productivity

  • A bot to set reminders with the Telegram API.
  • A side-project tracking application.
  • A template engine (like Jinja). You can use it in other projects like:
  • A bot to digest the feed of you social media accounts (use several APIs and RSS feeds).

Games

  • Pathfinding algorithms in grid based worlds (Dijkstra, A*)
  • A random generator of characters, maps or plots.
  • The Game of Life.
  • Chess.

Other

  • A visualizer of data structures/algorithms.
  • A sound/music table application (great if you host RP campaigns).
Collapse
 
ironcladdev profile image
Conner Ow

Great! I'll add these!