DEV Community

Cover image for Writing a NES game, day 8
Draculinio
Draculinio

Posted on

Writing a NES game, day 8

8 days without social network, 8 days coding this. Someone can say that this is kind of my nicotine patch for Twitter.

This is the temporary character that I will use to test all, until a better version appears:

Image description

We also gave a name to the game (my daughters are helping me with names, story, some graphics, etc). It will be

Rindelia, The Legend of the Four Gems

And for now it will be open source, you can find the repo here (for now I only have lik 300 hundread lines of code testing how this works, but with time I will convert it into a game).

What I noticed is that I am starting to be passionate about programming again, like a second youth. The thing is that I am a developer, but I have to code for money, things that I am not interested into, but, we all have to put food on the table. I am starting to love this project.

Top comments (0)

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • --last-failed: Zero in on just the tests that failed in your previous run
  • --only-changed: Test only the spec files you've modified in git
  • --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Practical examples included!

Watch Video 📹️