-
Couldn't load subscription status.
- Fork 165
Number game #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Number game #44
Conversation
|
Let me play this on stream to see how it feels. My worry is that its pretty one dimensional and only provides a very "initial" value. I still play |
|
Yes I agree I was trying to think of other games to add. Sometimes you just need to try them and see if they stick When I thought of these two commands. I also thought about having a numbered list with one number that was off that needed fixed not sure that improves the effectiveness |
|
Ctrl+a is also useful to create sequential numbered list.
Start with:
```
let myArray[0] = "random extra sentence"
let myArray[0] = "random extra sentence"
let myArray[0] = "random extra sentence"
```
Then:
```
jf0
Ctrl+v
2j
Ctrl+a
```
Results in:
```
let myArray[1] = "random extra sentence"
let myArray[2] = "random extra sentence"
let myArray[3] = "random extra sentence"
```
|
|
@bryall please don't close this :) I have been thinking and thinking about this. I do like the idea of this game. I just want it to exercise more. |
|
I want you to know I am still thinking about this. How can we take this to the next level. |
|
@max397574 patience please, he's thinking about this...
|
|
idk if this was mean seriously |
|
@ThePrimeagen What is going on here 😆 |
Patience... |
premise of the game is to use C-a and C-x to fix the number on the left side of the equation
#38