Level, Credits.
authorWintermute <wintermute@hannover.ccc.de>
Wed, 30 Oct 2013 19:12:42 +0000 (20:12 +0100)
committerWintermute <wintermute@hannover.ccc.de>
Wed, 30 Oct 2013 19:12:42 +0000 (20:12 +0100)
badge/jumpnrun/credits.txt
badge/jumpnrun/levels/bounce.lv [new file with mode: 0644]
badge/jumpnrun/levels/entry.lv [new file with mode: 0644]
badge/jumpnrun/levels/levels.lst
badge/jumpnrun/levels/medium.lv [new file with mode: 0644]
badge/main.c

index 40f9d74..094dc59 100644 (file)
@@ -9,11 +9,12 @@ Wintermute
 Sprites
 -------
 0717
-Ambro
+ambro
 Wintermute
 
 Level
 -----
+ambro
 Lubiana
 McSilver
 SpilkZ
diff --git a/badge/jumpnrun/levels/bounce.lv b/badge/jumpnrun/levels/bounce.lv
new file mode 100644 (file)
index 0000000..a91db3c
--- /dev/null
@@ -0,0 +1,45 @@
+             B       B       B       B                        BBBBBBB         
+                                                                      
+                                                                      
+                                                                      
+                                                                      
+                                                                                                    #       #### 
+                                                                                            ##              #  #                                         
+                                            c                               c       ##                      #  #             
+        ###### #######  ######  ######   #####   #####    ####    ####     ###                              #  #
+  ##                                                                                                        ###  
+  ###                                                                                                           
+  ####                                                                                                       d  
+ P#####                                                                                                     
+##########################  ##############   #############    #######                                        ###
+
+[tiles]
+0 tube_top_left
+1 tube_top_right
+2 tube_left
+3 tube_right
+# brick
+? square
+^ spike_up
+v spike_down
+> spike_right
+< spike_left
+
+[items]
+d doc
+c checkpoint
+k key
+e doc_encrypted
+
+[enemies]
+C cat
+M mushroom
+B bunny
+S snake
+@ spiral
+R rotor
+H dog
+G giraffe
+V bird
+W bird_straight
+X bird_dip
diff --git a/badge/jumpnrun/levels/entry.lv b/badge/jumpnrun/levels/entry.lv
new file mode 100644 (file)
index 0000000..8b4fcc1
--- /dev/null
@@ -0,0 +1,45 @@
+                                                                                                                                                                                    
+                                                                                                                                                                                    
+                                                                                                                                                                                    
+                                         V                                                                                                                                
+                                                                                              ##                           W                                                        
+                                                                                                                              ##                                                    
+                                                                                                  R                                          V                                      
+                              #######                                                                                            W           V                            
+                     S                                                                    ##    R   R                      ##                      Sd                     
+            ##  ######  ##                    ###                                                                                                  ###                    
+                                             ##           ##     H             G    c                                                  W          ####                    
+      P                          H  H       ##              ###########    ###########     C   C   H                               M             #####
+#####################    #####################^^^^^^###               #^^^^#         ########################      ##  ####    ###########    ########
+                                                                                                                                                                
+
+[tiles]
+0 tube_top_left
+1 tube_top_right
+2 tube_left
+3 tube_right
+# brick
+? square
+^ spike_up
+v spike_down
+> spike_right
+< spike_left
+
+[items]
+d doc
+c checkpoint
+k key
+e doc_encrypted
+
+[enemies]
+C cat
+M mushroom
+B bunny
+S snake
+@ spiral
+R rotor
+H dog
+G giraffe
+V bird
+W bird_straight
+X bird_dip
index 2c73835..28ef3fa 100644 (file)
@@ -1,7 +1,10 @@
 127.0.0.1|loclhost.lvl
 192.168.1.1|router.lvl
+rockyou.com|entry.lvl
+rabbit.org|bounce.lvl
 date.com|lubilove.lvl
 sega.com|smb.lvl
+hochtiefb.au|medium.lvl
 pr0n.to|lubixoxo.lvl
 pets.com|sleazy.lvl
 zooland.er|sleight.lvl
diff --git a/badge/jumpnrun/levels/medium.lv b/badge/jumpnrun/levels/medium.lv
new file mode 100644 (file)
index 0000000..3bb6131
--- /dev/null
@@ -0,0 +1,45 @@
+  23                   ^^^^^^^                 #                                      23            C         23
+  23                  ^       ^                #M##^^                                 23   ##### ##### #####e 23
+  23                 ^    k    ^               #  #23       R         R               23                   ###23
+  23                ^           ^              #  #23                                 23      H               23
+  23               ^3   V   V   2^             ## #23                                 23##### ##### #####     23
+  23              ^23           23^            #  #23                                 23                      23
+   P             ^ 23     ?     23 ^           #  #23                                 23          S           23
+                   23           23             # ##23                                 23   ##### ##### #######23
+                   23           23             #  #23  R           R                  23                      23
+                   23           23             #  #23                                 23               B      23
+###########    #########     ########    ##    ## #23                                 23##### ##### ##### ##  23
+############                            ####      #23                         <^^>                            23
+#############                          ######     #23          G       G      <  >                            23
+################################################################################################################
+
+[tiles]
+0 tube_top_left
+1 tube_top_right
+2 tube_left
+3 tube_right
+# brick
+? square
+^ spike_up
+v spike_down
+> spike_right
+< spike_left
+
+[items]
+d doc
+c checkpoint
+k key
+e doc_encrypted
+
+[enemies]
+C cat
+M mushroom
+B bunny
+S snake
+@ spiral
+R rotor
+H dog
+G giraffe
+V bird
+W bird_straight
+X bird_dip
index 9a7d5f1..c62cd7d 100644 (file)
@@ -194,7 +194,7 @@ static void usbmode(void) {
   usbMSCInit();
 
   for(;;) {
-    pmuSleep();
+//    pmuSleep();
   }
 }
 
This page took 0.029616 seconds and 4 git commands to generate.