Episode two is here #4
Locked
nkverse
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today, you'll see firsthand how solving the entire puzzle using VIM is faster than writing code from scratch.
Watch the video here: https://www.youtube.com/watch?v=ACzoJj-sunE
1. Getting Started
To begin, access today's challenge and carefully read the instructions below before attempting to solve it.
1.1 Rules
In the first scenario, if you plan to hard code all possible outcomes of the game, avoid manual entry. Instead, find an automatic way to handle them. Imagine having one million potential outcomes for the game—your approach should be automated for speed. Utilize your editor for efficiency. Remember, the emphasis in the first scenario is on speed.
In the second scenario, write a Vimscript that accommodates the worst-case scenario. Consider a situation where each symbol might signify something else in the future. Structure your code to distinctly separate the game logic from symbol deciphering.
2. Solutions
Before looking at the solutions, attempt to solve the problems by yourself or with your team’s support.
You can access the written guide with the exercises at cipherlogs.com. Good luck!
Beta Was this translation helpful? Give feedback.
All reactions