diff --git a/games.html b/games.html index 5e3e917..f4c9182 100644 --- a/games.html +++ b/games.html @@ -1,60 +1,83 @@ - Blupi | Games - - + + Blupi Games: Comprehensive List of Games by Daniel Roux + + + - - - -

Blupi

-
-
-Home | Games | Websites -
-
-This is list of Blupi games, applications and also other games created by Daniel Roux -

-More information: https://blupi.fandom.com/wiki/Category:Games -

Toto a la maison (1988)

-

Toto s'amuse (1990)

-

Toto Blupi at Home

- edutainment -

Toto a la campagne

-

Fun with Blupi

-

Blupi's Travels

-

Toto apprend le vocabulaire

-

Blupi Explorer (1993)

-

Blupimania (1994)

- puzzle game -

Planet Blupi (1997)

- Real-Time Strategy -

Speedy Blupi I (1998)

-

Speedy Eggbert 1

-

Speedy Blupi II (2001)

-

Speedy Eggbert 2

-

CoLoBot (2001)

- videos game meant to teach programming basics -

Ceebot (2002)

-

Buzzing Cars (2002)

-

Blupimania II (2003)

- puzzle game -

Speedy Blupi for Windows Phone (2013)

-

BlupiEdit

-

tiled-blupi

-

X-Edit

-

X-Edit-Mapper

-

Speedy Eggbert - Godot prototype

-https://www.youtube.com/watch?v=KD7QKwXwzXQ -

Blupi is Back

-

Eggbert 3

-

Open Eggbert (2024 - development started)

+ - - - - + + + +
+

Blupi Games and Applications: A Comprehensive List

+ +
+
+ +
+
+

Welcome to our comprehensive list of games featuring Blupi, also known as Speedy Eggbert. Created by Daniel Roux, these games span various genres including educational, puzzle, and strategy. This collection showcases the diversity and charm of Blupi games, highlighting the creativity and innovation behind each title.

+ +

For additional information and to explore a wider range of Blupi-related games, visit the Blupi Fandom Games Category.

+ +

Complete List of Blupi Games

+ +
+
+ + + diff --git a/index.html b/index.html index 2c456f8..4b4fd4f 100644 --- a/index.html +++ b/index.html @@ -1,43 +1,82 @@ - - Blupi - - - + + + + Blupi: History, Evolution, and Open-Source Projects + + + - - - -

Blupi

-
-
-Home | Games | Websites -
-
-

Blupi is yellow round little character created by Daniel Roux in 1974 in the comics in his school books - and is present in many games designed by the developer Daniel Roux.

-

Speedy Blupi is a 2D platformer game created in 1998 with the largest fan base.

-

An open source reimplementation of Speedy Blupi named Open Eggbert is being developed since June 2024.

-

Extensive sources of information: - openeggbert.com - speedy-blupi.fandom.com - blupi.fandom.com -

+ -

Blupi is the registered trademark by the Epsitec company

-
-Blupi character - registered trademark -

Original name of Blupi was Toto.

+ + + +
+

The Story of Blupi: From Comics to Iconic Video Games

+ +
+
+ +
+
+

Who is Blupi?

+

Creation and Early Years

+

Blupi is a distinctive yellow, round character created by Daniel Roux in 1974. Initially featured in educational school comics, Blupi evolved into a beloved figure in several video games developed by Roux.

-

Blupi was renamed to Eggbert by the publisher company eGames, which is now a defunct shovelware publisher. eGames did not like the name Blupi.

-More information about Blupi: - +

Blupi in Video Games

+

The 2D platformer game Speedy Blupi, released in 1998, has garnered a dedicated following for its engaging gameplay and charming character design.

+

An open-source reimplementation of Speedy Blupi, known as Open Eggbert, has been under development since June 2024, aiming to revitalize this classic game.

+ +

Further Information

+

Explore more about Blupi through these resources: + Open Eggbert Official Page, + Speedy Blupi Fandom, + Blupi Fandom Wiki. +

- - +

Blupi is a registered trademark of Epsitec.

+ +
+ Blupi character - registered trademark +
Blupi character - registered trademark
+
+ +

Originally named Toto, Blupi was later renamed Eggbert by the now-defunct publisher eGames, which opted not to retain the original name.

+ +

Additional Resources

+ +
+
+ + + diff --git a/styles.css b/styles.css index 089577c..2115c4e 100644 --- a/styles.css +++ b/styles.css @@ -1,2 +1,100 @@ -body {padding:20px;background:#FFF;} -#main_banner {background:#eee;margin:0;padding:5px;background:#FF9;} \ No newline at end of file +/* Basic style for the entire page */ +body { + padding: 20px; + background-color: #fff9e6; /* Light yellow background for the page */ + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Modern and readable font */ + color: #333; /* Dark gray text color for good contrast */ + line-height: 1.6; /* Improved text readability */ + margin: 0; +} + +/* Style for the main banner */ +#main_banner { + background-color: #ffeb3b; /* Light yellow for a prominent banner */ + margin: 0; + padding: 20px; /* More space for better appearance */ + text-align: center; /* Center text */ + border-radius: 12px; /* Rounded corners for a modern look */ + box-shadow: 0 6px 12px rgba(0,0,0,0.2); /* Soft shadow for emphasis */ + font-size: 2em; /* Increased font size for importance */ + font-weight: bold; /* Highlight text */ + color: #333; /* Dark gray text color for contrast */ +} + +/* Style for navigation menu */ +nav { + padding: 15px; + background-color: #fff3e0; /* Light orange background for navigation */ + border-radius: 8px; /* Rounded corners for a modern look */ + border-bottom: 3px solid #ffca28; /* Light yellow bottom border */ + margin-bottom: 20px; /* Space below navigation */ + box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Soft shadow for separation */ +} + +/* Navigation list style */ +nav ul { + list-style: none; /* Remove default bullet points */ + padding: 0; /* Remove default padding */ + margin: 0; /* Remove default margin */ + display: flex; /* Display list items in a row */ + justify-content: center; /* Center align list items */ +} + +/* Navigation link style */ +nav li { + margin: 0 15px; /* Space between list items */ +} + +/* Style for links in the navigation menu */ +nav a { + color: #ff6f00; /* Light orange color for links */ + text-decoration: none; /* No underline for a modern look */ + font-weight: bold; /* Highlight links */ +} + +nav a:hover { + text-decoration: underline; /* Underline on hover */ + color: #e64a19; /* Darker orange color on hover */ +} + +/* Style for main content area */ +main { + padding: 20px; + background-color: #ffffff; /* White background for contrasting content */ + border-radius: 12px; /* Rounded corners for a modern look */ + box-shadow: 0 6px 12px rgba(0,0,0,0.2); /* Soft shadow for emphasis */ +} + +/* Style for lists */ +ul { + padding-left: 20px; /* Space on the left side of the list */ +} + +li { + margin-bottom: 12px; /* Space between list items */ + font-size: 1.1em; /* Increased font size for better readability */ +} + +/* Style for the footer */ +footer { + padding: 15px; + background-color: #ffeb3b; /* Light yellow for the footer */ + text-align: center; /* Center text */ + border-top: 3px solid #ffca28; /* Light yellow top border */ + margin-top: 20px; /* Space above footer */ + box-shadow: 0 -4px 8px rgba(0,0,0,0.1); /* Soft shadow for separation */ + font-size: 0.9em; /* Smaller font size for the footer */ + color: #333; /* Dark gray text color for contrast */ +} + +/* Responsive design for navigation menu on small screens */ +@media (max-width: 768px) { + nav ul { + flex-direction: column; /* Stack list items vertically on smaller screens */ + align-items: center; /* Center align list items */ + } + + nav li { + margin: 10px 0; /* Space between list items when stacked */ + } +} diff --git a/websites.html b/websites.html index 60e1268..0985e0d 100644 --- a/websites.html +++ b/websites.html @@ -1,477 +1,58 @@ - Blupi | Websites - - + + Blupi: Comprehensive List of Websites Related to the Iconic Character + + - + - - - -

Blupi

-
-
-Home | Games | Websites -
-
- -http://blupi.forumotion.com
-http://devel.schroetersa.ch/blupi.org/download/ark/la_guerre_des_blup_partage.pdf
-http://download.pandaapp.com/windows-phone-app/speedy-blupi-1.0.0.5-id6635.html
-http://duckattack.de/sonstigee.htm
-http://juegosliberados.blogspot.com/2017
-http://jummy.pw/~jummy
-http://speedy-eggbert.com-download.biz
-http://timigi.com/Stuff/Archive/blueribbon/msmp.html
-http://vas709blog.blogspot.com/2016/06/faqs.html
-http://www.allgame.com/game.php?id=23221&tab=overview
-http://www.bay12forums.com/smf/index.php?topic=50980.0
-http://www.blupi.com
-http://www.ceebot.com
-http://www.didel.com/Dauphin.pdf
-http://www.dkc-atlas.com/forum/viewtopic.php?f=6&t=1344
-http://www.gamewinners.com/DOSWIN/blspeedyblupi.htm
-http://www.mediafire.com/?0bzznikhikz
-http://www.mediafire.com/?0wa9d4rn3h9ah5h
-http://www.mediafire.com/?34exvybbwjb
-http://www.mediafire.com/?50qh13g4frym7b3
-http://www.mediafire.com/?51i2o4hblqtttl4
-http://www.mediafire.com/?815i1db967hy35c
-http://www.mediafire.com/?aw6mxm3yzl9
-http://www.mediafire.com/?cbdj2bbloin
-http://www.mediafire.com/?emt9ya5e2z26omx
-http://www.mediafire.com/?exvn0ucxddw
-http://www.mediafire.com/?h0azmmvymv9
-http://www.mediafire.com/?h6vexzzlmmo
-http://www.mediafire.com/?itnivj4yyul
-http://www.mediafire.com/?jg2nth3xjzy
-http://www.mediafire.com/?kmwdf7766v08977
-http://www.mediafire.com/?lckildojxld
-http://www.mediafire.com/?mf1txtm6emj
-http://www.mediafire.com/?mu1haplwqrh579x
-http://www.mediafire.com/?mzjs0twmrgg
-http://www.mediafire.com/?mzxzhxgv94j
-http://www.mediafire.com/?ne7ozn0f42c
-http://www.mediafire.com/?tignzx4ctm3
-http://www.mediafire.com/?tj1bgzum4tm
-http://www.mediafire.com/?yy0n1lxw9kw
-http://www.mediafire.com/?zk241f3omyn
-http://www.mediafire.com/?znthjmvzfii
-http://www.mediafire.com/?zxzhnobymib
-http://www.mediafire.com/?zxzyh3jn2qi
-http://www.mediafire.com/download.php?bcvtpb7wvv3
-http://www.mediafire.com/download.php?gbo0irdrvro
-http://www.mediafire.com/download.php?i0nmmyzwhah
-http://www.mediafire.com/download.php?imduyogqyn2
-http://www.mediafire.com/download.php?jmwmm3t05dh
-http://www.mediafire.com/download.php?n512y22j4ny
-http://www.mediafire.com/download.php?ojoqmmdtfqt
-http://www.mediafire.com/download.php?tignzx4ctm3
-http://www.mediafire.com/download.php?u8iovghcpkm
-http://www.mediafire.com/download.php?ug2m2nhhtyz
-http://www.mediafire.com/download.php?yfe3kwy2zzl
-http://www.mediafire.com/download.php?zjnmqwdlygw
-http://www.mediafire.com/download.php?ztojtnvmzmy
-http://www.mediafire.com/download.php?zzgij2qjymv
-http://www.mediafire.com/download/11iyrvada7ye16t/JesseRoxII%27s_Build_in_Contest.xch
-http://www.mediafire.com/download/12g70c1wup43viw/Cyber_Challenges.xch
-http://www.mediafire.com/download/4fk1tw4tznteu6r/Slight_Challenges.xch
-http://www.mediafire.com/download/6o3omqt64yg4822/Contest+template.xch
-http://www.mediafire.com/download/a8iu90fbt2gan10/Universallevel_3.xch
-http://www.mediafire.com/download/b00ivd859i25gcy/Crate_Puzzles.xch
-http://www.mediafire.com/download/fb7l26bc6yc7t0c/Universallevel_1.xch
-http://www.mediafire.com/download/h0aqc66qp2hadfv/Lollipop_Parkour.xch
-http://www.mediafire.com/download/h6gghrs6mem8h2g/80+Hunterdynamo+Level+Pack+1.5.zip
-http://www.mediafire.com/download/i7j1r1jb111mh8j/Cheesy_Labyrinth.xch
-http://www.mediafire.com/download/juwi5mzvs24qehe/Erstes_Level.xch
-http://www.mediafire.com/download/otvd9gvi31c53s5/Universallevel_2.xch
-http://www.mediafire.com/download/re75b72zkou211y/Extreme_Airway.xch
-http://www.mediafire.com/download/usacku0k1nvf354/Those_Ol%27_Mechanics.xch
-http://www.mediafire.com/download/y24ttbb2mxtztmz/The+Mountain+Portals.xch
-http://www.mediafire.com/download/z46jd1qy67uoqi9/Retro.xch
-http://www.mediafire.com/file/1ftk28qnyyuk6k2/X-Edit_Release_2.zip
-http://www.mediafire.com/file/23dr5ejev54vr18/X-Edit_Beta_11.zip
-http://www.mediafire.com/file/c2m4rnldda73iu6
-http://www.mediafire.com/file/q8i7qf1xzklggah/X_EDIT_Mapper_0_1_v2.zip
-http://www.mediafire.com/file/q8i7qf1xzklggah/X_EDIT_Mapper_0_1_v2.zip/file
-http://www.trygames.com/game/aff=egames/vid=73f30be9d9c207d1165a15ba9b738848
-http://www.windowsphone.com/en-us/store/app/speedy-blupi/3bf4e1f1-0c49-45a2-97e4-7d9fcfc6bd18
-https://2th.me/a/Gaming/f1012/3007919
-https://actu.epfl.ch/news/swiss-video-games-preserved-as-part-of-cultural-he
-https://app4smart.com/en/wp/2957-speedy-blupi.html
-https://archive.org/details/microsoft-music-producer_202210
-https://archive.org/details/seggbert-2
-https://archive.org/details/speedy_demo
-https://archive.org/details/speedy-eggbert
-https://archive.org/details/speedy-eggbert-2
-https://archive.org/details/speedy-eggbert-egames
-https://archive.org/details/speedy-eggbert-mod-versions
-https://archive.org/details/speedy-eggbert-modern
-https://archive.org/details/SpeedyBlupiII
-https://archive.org/details/speedyeggbert_
-https://blupi.fandom.com/wiki/Blupi
-https://blupi.fandom.com/wiki/Blupi_at_Home
-https://blupi.fandom.com/wiki/Blupi_Explorer
-https://blupi.fandom.com/wiki/Blupi_Wiki
-https://blupi.fandom.com/wiki/Blupi%27s_Travels
-https://blupi.fandom.com/wiki/Blupimania
-https://blupi.fandom.com/wiki/Bulldozer
-https://blupi.fandom.com/wiki/Category:Characters
-https://blupi.fandom.com/wiki/Category:Enemies
-https://blupi.fandom.com/wiki/Category:Games
-https://blupi.fandom.com/wiki/Category:Levels
-https://blupi.fandom.com/wiki/Category:Speedy_Blupi_Levels
-https://blupi.fandom.com/wiki/List_of_Blupi_games
-https://blupi.fandom.com/wiki/Master_Robot
-https://blupi.fandom.com/wiki/Planet_Blupi
-https://blupi.fandom.com/wiki/Speedy_Blupi
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Demo_Level_1
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Demo_Level_2
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Demo_Level_3
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Demo_Level_4
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Demo_Level_5
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Demo_Level_6
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Demo_Level_7
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Dream_HUB
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Dream_Level_1
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Dream_Level_2
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Dream_Level_3
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Dream_Level_4
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Dream_Level_5
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Dream_Level_6
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Final_Level
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_House_HUB
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_House_Level_1
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_House_Level_2
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_House_Level_3
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_House_Level_4
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Kids_HUB
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Kids_Level_1
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Kids_Level_2
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Kids_Level_3
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Kids_Level_4
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Kids_Level_5
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Main_HUB
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Mechanic_HUB
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Mechanic_Level_1
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Mechanic_Level_2
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Mechanic_Level_3
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Mechanic_Level_4
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Mechanic_Level_5
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Mechanic_Level_6
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Mechanic_Level_7
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Mechanic_Level_8
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Multiplayer_Level_1
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Multiplayer_Level_10
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Multiplayer_Level_2
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Multiplayer_Level_3
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Multiplayer_Level_4
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Multiplayer_Level_5
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Multiplayer_Level_6
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Multiplayer_Level_7
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Multiplayer_Level_8
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Multiplayer_Level_9
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Rock_HUB
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Rock_Level_1
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Rock_Level_2
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Rock_Level_3
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Rock_Level_4
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Rock_Level_5
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Techno_HUB
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Techno_Level_1
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Techno_Level_2
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Techno_Level_3
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Techno_Level_4
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Techno_Level_5
-https://blupi.fandom.com/wiki/Speedy_Blupi_-_Tutorial_Level
-https://blupi.fandom.com/wiki/Speedy_Eggbert_-_Modification_tutorial
-https://blupi.fandom.com/wiki/Spider
-https://blupi.fandom.com/wiki/Toto_a_la_campagne
-https://blupi.fandom.com/wiki/User_blog:JesseRoxII/Speedy_Eggbert_Hex_Editing_Tutorial
-https://blupi.fandom.com/wiki/User_blog:Somari_taken/Speedy_Eggbert_2_New_Levels_Mods
-https://blupi.fandom.com/wiki/User_blog:Somari_taken/Speedy_Eggbert_2_The_Dream_Land
-https://blupi.org/download/ark/la_guerre_des_blup_partage.pdf
-https://blupi.org/letter.html
-https://branddb.wipo.int/en/quicksearch/brand/CH501993000002322?sort=score%20desc&start=0&rows=30&asStructure=%7B%22_id%22:%2253d3%22,%22boolean%22:%22AND%22,%22bricks%22:%5B%7B%22_id%22:%2253d4%22,%22key%22:%22brandName%22,%22value%22:%22blupi%22,%22strategy%22:%22Simple%22%7D%5D%7D&_=1718551274937&fg=_void_&i=6
-https://camp2.rectangle.zone/index.php?title=Blupi
-https://civitai.com/posts/1544662/speedy-eggbert-blupi-v10-showcase
-https://cohost.org/OrganicSuperlube/tagged/MicroSoft%20Music%20Producer
-https://colobot.info/forum/showthread.php?tid=925
-https://cresus.ch/fr/historique
-https://datacrystal.tcrf.net/wiki/Speedy_Blupi_2
-https://datacrystal.tcrf.net/wiki/Speedy_Blupi_2/RAM_map
-https://desciclopedia.org/wiki/Speedy_Eggbert
-https://docs.google.com/document/d/17S8ukCRAL0UBnQd4Oz403YAQNryHonrozRTPNUgtz1Y
-https://drive.google.com/drive/folders/1dLqtnyfVo3vySw0uA7_s1sDEClQQ_Bi4
-https://duckstack.substack.com/p/egregious-excellence
-https://en.wikipedia.org/wiki/Clone_(computing)
-https://en.wikipedia.org/wiki/Drop-in_replacement
-https://en.wikipedia.org/wiki/EGames_(video_game_developer)
-https://en.wikipedia.org/wiki/Game_engine_recreation
-https://en.wikipedia.org/wiki/Platformer
-https://en.wikipedia.org/wiki/Speedy_Eggbert
-https://es.wikipedia.org/wiki/Speedy_Eggbert
-https://forum.winworldpc.com/discussion/8935/speedy-eggbert-1-amp-2
-https://fr.wikipedia.org/wiki/Blupi
-https://gamefaqs.gamespot.com/pc/953387-speedy-eggbert-2/cheats
-https://gameideas.fandom.com/wiki/Speedy_Eggbert_3
-https://games.multimedia.cx/speedy-eggbert
-https://gamesdb.launchbox-app.com/games/details/71794-speedy-eggbert
-https://gamicus.fandom.com/wiki/Speedy_Eggbert
-https://github.com/colobot/colobot/issues/896
-https://igrozoom.ru/brodilki/500857-reaktivnyy-egbert-speedy-eggbert.html
-https://imgur.com/a/speedy-eggbert-art-sqceP
-https://indiedevs.net/viewtopic.php?t=101
-https://juegosliberados.blogspot.com/2017/10/speedy-blupi.html
-https://kotaku.com/games/speedy-eggbert
-https://legendsworld.net/adventure/game/6914
-https://letempsarchives.ch/page/LNQ_1997_09_12/43/article/10009251
-https://linuxfr.org/news/liberation-du-jeu-planete-blupi
-https://lostmedia.fandom.com/ru/wiki/La_Guerre_des_Blup_(%D0%BA%D0%BE%D0%BC%D0%B8%D0%BA%D1%81_%D1%84%D1%80%D0%B0%D0%BD%D1%88%D0%B8%D0%B7%D1%8B_Blupi,_1974)
-https://lutris.net/games/speedy-blupi-ii
-https://maniabricks.com
-https://mb.srb2.org/addons/blupi.2049
-https://media.discordapp.net/attachments/684566221340803095/703732636375580732/blupi_hd.png?ex=6691ac97&is=66905b17&hm=4b917a0fadb8fb21d0fa4f7c24572cbe3988a1bde4a733945b1a4797974c2227&=&format=webp&quality=lossless&width=1157&height=651
-https://mega.nz/file/efomhC6D#P2lM0_AE46gYXSgpFx6SpDJHexH9K37NhYk3kU78X8w
-https://pcpuzzle.com/forum/viewtopic.php?f=31&t=22102&p=272096&hilit=blupi#p272096
-https://play.google.com/store/apps/details?id=org.blupi.helpblupi
-https://play.google.com/store/apps/dev?id=8034737771858360925
-https://puzzlefactory.pl/pl/tagi/speedy%20eggbert
-https://rawg.io/games/speedy-blupi
-https://retronauts.com/article/1246/reconsidered-speedy-eggbert
-https://scriptorium.bcu-lausanne.ch/zoom/323171/view?page=89&p=separate&tool=info&view=0,0,2556,3526
-https://smaky.ch/portraits/daniel-roux
-https://speedy-blupi.fandom.com
-https://speedy-blupi.fandom.com/wiki/Animation_overflow_bug
-https://speedy-blupi.fandom.com/wiki/Animation_overflow_glitch
-https://speedy-blupi.fandom.com/wiki/Block_0000
-https://speedy-blupi.fandom.com/wiki/Block_001E
-https://speedy-blupi.fandom.com/wiki/Block_001F
-https://speedy-blupi.fandom.com/wiki/Block_0020
-https://speedy-blupi.fandom.com/wiki/Block_00ED
-https://speedy-blupi.fandom.com/wiki/Block_FFFF
-https://speedy-blupi.fandom.com/wiki/Blocks_0020%E2%80%930022
-https://speedy-blupi.fandom.com/wiki/BLP
-https://speedy-blupi.fandom.com/wiki/Bricks_World_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Category:Blocks
-https://speedy-blupi.fandom.com/wiki/Category:Browse
-https://speedy-blupi.fandom.com/wiki/Category:Candidates_for_deletion
-https://speedy-blupi.fandom.com/wiki/Category:Disambiguations
-https://speedy-blupi.fandom.com/wiki/Category:Errors
-https://speedy-blupi.fandom.com/wiki/Category:Images
-https://speedy-blupi.fandom.com/wiki/Category:Incomplete_pages
-https://speedy-blupi.fandom.com/wiki/Category:Levels
-https://speedy-blupi.fandom.com/wiki/Category:Levels_with_bottomless_pits
-https://speedy-blupi.fandom.com/wiki/Category:Levels_with_counterparts
-https://speedy-blupi.fandom.com/wiki/Category:Levels_with_no_chests
-https://speedy-blupi.fandom.com/wiki/Category:Levels_with_no_hazards
-https://speedy-blupi.fandom.com/wiki/Category:Levels_with_version_differences
-https://speedy-blupi.fandom.com/wiki/Category:Levels_with_water
-https://speedy-blupi.fandom.com/wiki/Category:Prerelease
-https://speedy-blupi.fandom.com/wiki/Category:Speedy_Blupi_2_Levels
-https://speedy-blupi.fandom.com/wiki/Category:Speedy_Blupi_DEMO_Levels
-https://speedy-blupi.fandom.com/wiki/Category:Speedy_Blupi_Levels
-https://speedy-blupi.fandom.com/wiki/Category:Template_documentation
-https://speedy-blupi.fandom.com/wiki/Category:Templates
-https://speedy-blupi.fandom.com/wiki/Category:To_investigate
-https://speedy-blupi.fandom.com/wiki/Category:Videos
-https://speedy-blupi.fandom.com/wiki/Cave_World_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Cheats
-https://speedy-blupi.fandom.com/wiki/Cheese_World_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Controls
-https://speedy-blupi.fandom.com/wiki/Demo_Level_1_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Demo_Level_2_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Demo_Level_3_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Demo_Level_4_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Demo_Level_5_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Demo_Level_6_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Demo_Level_7_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Dream_1_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Dream_2_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Dream_3_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Dream_4_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Dream_5_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Dream_6_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Dream_World
-https://speedy-blupi.fandom.com/wiki/Dream_World_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Final_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Game_over_warp_bug
-https://speedy-blupi.fandom.com/wiki/Game_over_warp_glitch
-https://speedy-blupi.fandom.com/wiki/Game_speed
-https://speedy-blupi.fandom.com/wiki/Glue_boosting
-https://speedy-blupi.fandom.com/wiki/Houses_1_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Houses_2_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Houses_3_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Houses_4_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Houses_World_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Houses_World_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Kid%27s_Stuff_1_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Kid%27s_Stuff_2_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Kid%27s_Stuff_3_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Kid%27s_Stuff_4_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Kid%27s_Stuff_5_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Kid%27s_Stuff_World_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Kid%27s_Stuff_World_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Level_190_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Level_200_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/List_of_blocks
-https://speedy-blupi.fandom.com/wiki/List_of_errors
-https://speedy-blupi.fandom.com/wiki/List_of_games_developed_by_Epsitec_SA
-https://speedy-blupi.fandom.com/wiki/List_of_versions
-https://speedy-blupi.fandom.com/wiki/Main_Page
-https://speedy-blupi.fandom.com/wiki/Mechanical_1_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Mechanical_2_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Mechanical_3_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Mechanical_4_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Mechanical_5_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Mechanical_6_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Mechanical_7_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Mechanical_8_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Mechanical_World_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Mechanical_World_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Mission_100_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Moving_entity_glitch
-https://speedy-blupi.fandom.com/wiki/Multiplayer_Level_1_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Multiplayer_Level_10_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Multiplayer_Level_2_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Multiplayer_Level_3_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Multiplayer_Level_4_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Multiplayer_Level_5_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Multiplayer_Level_6_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Multiplayer_Level_7_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Multiplayer_Level_8_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Multiplayer_Level_9_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Palace_World_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Personal_bomb_over_glue_glitch
-https://speedy-blupi.fandom.com/wiki/Personal_bomb_over_tank_glitch
-https://speedy-blupi.fandom.com/wiki/Pipes_World_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Rocks_1_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Rocks_2_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Rocks_3_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Rocks_4_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Rocks_5_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Rocks_World_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Rocks_World_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Secret_tech-block
-https://speedy-blupi.fandom.com/wiki/Slime_World_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Special_tech-blocks
-https://speedy-blupi.fandom.com/wiki/Special:Categories
-https://speedy-blupi.fandom.com/wiki/Speedy_Blupi_Wiki
-https://speedy-blupi.fandom.com/wiki/Square_tech-blocks
-https://speedy-blupi.fandom.com/wiki/Start_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Start_(Speedy_Blupi_DEMO)
-https://speedy-blupi.fandom.com/wiki/Start_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Start,_level_0_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Start,_mission_0_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Table_of_level_connections
-https://speedy-blupi.fandom.com/wiki/Technical_(Speedy_Blupi_DEMO)
-https://speedy-blupi.fandom.com/wiki/Technical_1_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Technical_2_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Technical_3_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Technical_4_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Technical_5_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Technical_5_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Technical_World_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Technical_World_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Technical,_mission_0_(Speedy_Blupi_DEMO)
-https://speedy-blupi.fandom.com/wiki/Training
-https://speedy-blupi.fandom.com/wiki/Training_(Speedy_Blupi_2)
-https://speedy-blupi.fandom.com/wiki/Training_(Speedy_Blupi)
-https://speedy-blupi.fandom.com/wiki/Triangular_tech-blocks
-https://speedy-blupi.fandom.com/wiki/Units_of_measurement
-https://speedy-blupi.fandom.com/wiki/Unused_content
-https://speedy-blupi.fandom.com/wiki/Wall_ejection
-https://speedy-blupi.fandom.com/wiki/Wooden_case_glitch
-https://speedy-eggbert.software.informer.com
-https://speedy-eggbert.software.informer.com/0.8
-https://speedy-eggbert.software.informer.com/1.0
-https://steamcommunity.com/discussions/forum/12/2381701715716987338/?l=norwegian
-https://swissgames.garden/games/blupimania
-https://swissgames.garden/games/speedy-blupi
-https://swissgames.garden/games/speedy-blupi-speedy-eggbert
-https://swissgames.garden/people/daniel-roux
-https://tcrf.net/Category:Blupi_series
-https://tcrf.net/Development:Speedy_Blupi
-https://tcrf.net/Notes:Speedy_Blupi_2
-https://tcrf.net/Speedy_Blupi
-https://tcrf.net/Speedy_Blupi_2
-https://tcrf.net/Speedy_Blupi_2/Updated_Features
-https://tcrf.net/Speedy_Blupi_2/Version_Differences
-https://tcrf.net/Talk:Speedy_Blupi
-https://tvtropes.org/pmwiki/pmwiki.php/Main/CameraScrew
-https://tvtropes.org/pmwiki/pmwiki.php/Main/GoodBadBugs
-https://tvtropes.org/pmwiki/pmwiki.php/Main/MorePopularSpinOff
-https://tvtropes.org/pmwiki/pmwiki.php/VideoGame/SpeedyEggbert
-https://tvtropes.org/pmwiki/pmwiki.php/YMMV/SpeedyEggbert
-https://user-images.githubusercontent.com/6082665/199763579-3d3ac10d-ad32-4c60-b1ab-ff776b3b777b.png
-https://uspto.report/TM/76170016
-https://vas709.webs.com/apps/blog
-https://vas709.webs.com/games
-https://vgmaps.de/maps/pc/speedy-eggbert.php
-https://werat.dev/blog/how-wine-works-101
-https://wmouse.ru/Games.files/Games2_eggbert.php
-https://www.24heures.ch/portrait-de-daniel-roux-le-papa-de-blupi-amuse-plusieurs-generations-601231142870
-https://www.abcgames.cz/?p=cheaty_zobraz&id=12487
-https://www.amazon.de/-/en/dp/B0001LNKJG
-https://www.amazon.in/Speedy-Eggbert-Offline-PC-Game/dp/B09B2KLRDL
-https://www.betaarchive.com/forum/viewtopic.php?t=36869
-https://www.blupi.org
-www.chaptercheats.com/cheats/pc/18039/Speedy-Blupi-Cheats.htm
-https://www.cheatbook.de/files/speddyeggbe.htm
-https://www.cheatbook.de/files/speedyeggbert2.htm
-https://www.cheater.cz/pc-hry/speedy-egbert-2/cheat/6110
-https://www.cheater.cz/pc-hry/speedy-egbert/cheat/6111
-https://www.dropbox.com/s/1lpsc45zh0vvib8/Lift%20Down.xch?dl=0
-https://www.dropbox.com/s/5j4ujlov5ac164j/Vas709%27s%20Universal%20Level.xch?dl=0
-https://www.dropbox.com/s/8471j5w3i4r8e34/Really%20New%20Adventure.xch?dl=0
-https://www.dropbox.com/s/r5v7uihuptau75g/Cheatplayer.rar?dl=0
-https://www.dropbox.com/s/ym0pqitlheur25b/Speedy%20Eggbert%202%20-%20Vas709%20Mod.rar?dl=0
-https://www.egames.com/game/speedy%2Beggbert%2B2.html
-https://www.epsitec.ch/support/history/dates.htm
-https://www.facebook.com/BlupiGames
-https://www.famicomworld.com/forum/index.php?topic=11776.0
-https://www.gog.com/wishlist/games/speedy_eggbert_blupi
-https://www.igdb.com/games/speedy-eggbert
-https://www.mediafire.com/?3es00frzth7qh7j
-https://www.mediafire.com/?4ip3nisv9d9yy79
-https://www.mediafire.com/?78lmxgtdpwx64pc
-https://www.mediafire.com/?ej272wjp2d3w0p3
-https://www.mediafire.com/?kb6ra8y6bkcoiz1
-https://www.mediafire.com/file/6o7c3to75il2gx2/Super_technolevel_3.xch/file
-https://www.mediafire.com/file/8yqclsccg4d9yf9/Super_technolevel.xch/file
-https://www.mediafire.com/file/9jgzf1gklxcr0xt/Super_technolevel_2.xch/file
-https://www.mediafire.com/file/d50pcoejrqwzlak
-https://www.mediafire.com/file/lmfwqaqeavbp6ij/Missing_Link.xch/file
-https://www.mediafire.com/file/w82lhnx7jjoftkj
-https://www.mobygames.com/game/26645/speedy-blupi
-https://www.mobygames.com/game/6457/speedy-blupi-ii
-https://www.moregameslike.com/speedy-eggbert
-https://www.museebolo.ch/memoires_vives/une-aventure-vaudoise-de-l-interface-graphique
-https://www.myabandonware.com/game/blupi-at-home-ex8
-https://www.myabandonware.com/game/planet-blupi-ewz
-https://www.myabandonware.com/game/speedy-blupi-ex0
-https://www.pcpuzzle.com/forum/viewtopic.php?t=22102
-https://www.reddit.com/r/speedyeggbert/comments/416tmq/this_game_was_a_huge_part_of_my_childhood
-https://www.reddit.com/r/speedyeggbert/comments/7a1uxz/a_strange_bug_in_the_game
-https://www.reddit.com/r/speedyeggbert/comments/nylubl/old_animation_from_2011_made_by_my_sister
-https://www.reddit.com/r/speedyeggbert/comments/ovkfag/how_do_you_set_up_online_multiplayer_for_speedy
-https://www.reddit.com/r/speedyeggbert/comments/rxj9kx/blupi_from_the_first_drawings_to_the_computer
-https://www.rockpapershotgun.com/speedy-eggberts-level-editor-made-it-the-best-game-to-ever-score-4
-https://www.solvusoft.com/en/file-extensions/software/epsitec-sa/speedy-eggbert
-https://www.speedrun.com/blupi
-https://www.speedrun.com/blupi2
-https://www.youtube.com/@Messerschmitt262a2a/videos
-https://x.com/epsitec/status/944285372128944128
-https://x.com/MusicDecomposer/status/1144434529249087488
-https://yoritoshi.wordpress.com/2011/10/14/review-pc-speedy-blupieggbert-1-e-2
-https://zarkonnen.github.io/SwissGamesShowcase/speedyblupi.html
-https://zarkonnen.github.io/SwissGamesShowcase/speedyeggbert.html
- - - + + + + +
+

Blupi: Comprehensive List of Websites Related to the Iconic Character

+ +
+
+ +
+
+

Related Websites

+

Discover a curated list of websites related to Blupi, also known as Speedy Eggbert. These resources include fan sites, official pages, and other valuable information about this beloved platformer game character created by Daniel Roux:

+ +
+
+ +