Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 6019f1c4642668000cee11e8

Generate a very basic Python constructor

I actually needed to do this myself, so I look forward to learning how.

Start file
def __init__(self, x, y, z, rotation, color, bounciness, walking_speed, running_speed, health, defense, age, type1, type2):
End file
def __init__(self, x, y, z, rotation, color, bounciness, walking_speed, running_speed, health, defense, age, type1, type2):
    self.x = x
    self.y = y
    self.z = z
    self.rotation = rotation
    self.color = color
    self.bounciness = bounciness
    self.walking_speed = walking_speed 
    self.running_speed = running_speed
    self.health = health
    self.defense = defense
    self.age = age 
    self.type1 = type1
    self.type2 = type2

View Diff

1a2,14
>     self.x = x
>     self.y = y
>     self.z = z
>     self.rotation = rotation
>     self.color = color
>     self.bounciness = bounciness
>     self.walking_speed = walking_speed 
>     self.running_speed = running_speed
>     self.health = health
>     self.defense = defense
>     self.age = age 
>     self.type1 = type1
>     self.type2 = type2

Solutions by @brttbndr:

Unlock 12 remaining solutions by signing in and submitting your own entry
Created by: @BiddulphCaleb

94 active golfers, 307 entries

Solutions by @brttbndr:
38
#20 - Brett Bender / @brttbndr

02/25/2022 at 04:40AM

39
#>24 - Brett Bender / @brttbndr

02/25/2022 at 04:38AM

43
#>29 - Brett Bender / @brttbndr

02/25/2022 at 04:36AM

44
#>31 - Brett Bender / @brttbndr

02/25/2022 at 04:35AM

45
#>34 - Brett Bender / @brttbndr

02/25/2022 at 04:31AM

46
#>38 - Brett Bender / @brttbndr

02/25/2022 at 04:28AM

47
#>40 - Brett Bender / @brttbndr

02/25/2022 at 04:27AM

48
#>41 - Brett Bender / @brttbndr

02/25/2022 at 04:23AM

49
#>42 - Brett Bender / @brttbndr

02/25/2022 at 04:22AM

50
#>44 - Brett Bender / @brttbndr

02/25/2022 at 03:18AM

51
#>44 - Brett Bender / @brttbndr

02/25/2022 at 03:11AM

59
#>59 - Brett Bender / @brttbndr

02/25/2022 at 03:01AM