×
Create a new article
Write your page title here:
We currently have 233 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
233Articles

Home: Difference between revisions

No edit summary
No edit summary
Line 64: Line 64:
https://warc2.openeggbert.com  
https://warc2.openeggbert.com  
|}
|}
== What is Open Eggbert ==
== What is Open Eggbert ==


Line 76: Line 73:


== Introduction ==
== Introduction ==
'''[[Open Eggbert]]''': [[open source]] recreation of game [[Speedy Blupi]] (both the desktop and phone versions)
[[Rapid Eggbert]]: the decompiled version [[Speedy Blupi (Desktop)]] game
[[Mobile Eggbert]]: the decompiled version of [[Speedy Blupi (Phone)]]
[[Pixel]]: game framework written in the Java programming language and providing an interface, which must be implemented by backends.
[[JXNA]]: Java reimplementation of the [[XNA]] game framework running on top of Pixel game framework.
[[JDotNet]]: Java partial reimplementation of [[.Net]] classes, enums and structs.
=== Speedy Blupi (Desktop) ===
=== Speedy Blupi (Desktop) ===
'''[[Speedy Blupi (Desktop)]]''' is a [[2D]] [[action]] game released by the [[Epsitec]] company in [[1998]] and [[2001]] for [[Windows]] platform.
'''[[Speedy Blupi (Desktop)]]''' is a [[2D]] [[action]] game released by the [[Epsitec]] company in [[1998]] and [[2001]] for [[Windows]] platform.
Line 99: Line 84:


=== Open Eggbert ===
=== Open Eggbert ===
'''[[Open Eggbert]]''' is a '''[[free]]''' and '''[[open source]]''' [[recreation]] of the '''[[Speedy Blupi]]''' computer [[game]]. This involves both the desktop and phone versions.
'''[[Open Eggbert]]''' is a '''[[free]]''' and '''[[open source]]''' [[recreation]] of the '''[[Speedy Blupi]]''' computer [[game]]. This involves both the desktop and phone versions.


Multiple platforms are supported: [[Windows]], [[Linux]], [[MacOS]], [[Android]], [[Web]] (via [[GWT]] or [[TeaVM]])   
Multiple platforms are supported: [[Windows]], [[Linux]], [[MacOS]], [[Android]], [[Web]] (via [[GWT]] or [[TeaVM]])   


'''Used technologies:''' [[Java]] (programming language), [[LibGDX]] (game framework), [[Pixel]] (game framework).
'''Used technologies:''' [[Java]] (programming language), [[LibGDX]] ([[game framework]]), [[Pixel]] (game framework), [[JXNA]] (game framework)


=== Rapid Eggbert ===
=== Rapid Eggbert ===
Line 109: Line 94:


=== Mobile Eggbert ===
=== Mobile Eggbert ===
[[Mobile Eggbert]] is the code name for the decompilation of the [[XAP]] file of Speedy Blupi for Windows Phone.
[[Mobile Eggbert]] is the code name for the decompilation of the [[XAP]] file of Speedy Blupi (Phone) released in 2013 for the Windows Phone platform.
 
Mobile Eggbert was ported from [[XNA]] 4.0 to alternative implementations of the [[XNA]] Framework ([[MonoGame]] and [[FNA]]). Mobile Eggbert now runs on [[Windows]], [[Linux]] and [[Android]]. But on Android it has still some [[issues]].
 
=== Pixel ===
[[Pixel]] is a game framework written in the Java programming language and providing an interface, which must be implemented by backends.


Mobile Eggbert is planned to be ported to an alternative implementation of the [[XNA]] Framework, then it will run also on [[Android]], [[Desktop]] or other platforms.
=== JXNA ===
[[JXNA]] is a Java reimplementation of the [[XNA]] game framework running on top of Pixel game framework.


== Screenshot of Speedy Blupi I ==
=== JDotNet ===
[[File:Speedy blupi screenshot.png|none|frame]]
[[JDotNet]] is a Java partial reimplementation of [[.Net]] classes, enums and structs.[[File:Speedy blupi screenshot.png|none|thumb|267x267px|Screenshot of Speedy Blupi I]]

Revision as of 07:45, 26 December 2024

openeeggbert.com
E-mail contact info@openeggbert.com
Encyclopedia https://openeggbert.com
Source code https://github.com/openeggbert
Source code (mirror) https://code.openeggbert.com
Forum https://forum.openeggbert.com
Report bugs and features https://issues.openeggbert.com
Play online https://play.openeggbert.com/
Play online (TeaVM) https://playt.openeggbert.com/
Play online (test) https://test.openeggbert.com/
Play online (test, TeaVM) https://testt.openeggbert.com/
File storage https://drive.openeggbert.com/
Google Drive(mostly not up to date) https://drive.google.com/...
Maven artifacts https://repo.openeggbert.com
Video storage https://videos.openeggbert.com
Youtube channel https://www.youtube.com/@OpenEggbert-e7t
Related Youtube videos https://youtube.openeggbert.com
Related websites Webs related to Speedy Blupi
Internet archive Internet archive
Archive (pywb) https://archive.openeggbert.com/main

https://archive.openeggbert.com/internet

Archive of warc files https://warc.openeggbert.com

https://warc2.openeggbert.com

What is Open Eggbert

  1. Fan website about the game Speedy Blupi
  2. Encyclopedia about Speedy Blupi
  3. Archive of web pages, files, github repositories and Youtube videos related to Speedy Blupi
  4. Free and open-source reimplementation of Speedy Blupi

See: All articles, All categories or Special Pages.

Introduction

Speedy Blupi (Desktop)

Speedy Blupi (Desktop) is a 2D action game released by the Epsitec company in 1998 and 2001 for Windows platform.

Speedy Blupi I was released in 1998.

Speedy Blupi II was released in 2001. It is the sequel.

Speedy Blupi (Phone)

Speedy Blupi (Phone) is a game created and released by Daniel Roux in 2013 for the Windows Phone platform.

Open Eggbert

Open Eggbert is a free and open source recreation of the Speedy Blupi computer game. This involves both the desktop and phone versions.

Multiple platforms are supported: Windows, Linux, MacOS, Android, Web (via GWT or TeaVM)

Used technologies: Java (programming language), LibGDX (game framework), Pixel (game framework), JXNA (game framework)

Rapid Eggbert

Rapid Eggbert is the code name for the decompilation of the EXE file of Speedy Eggbert II.

Mobile Eggbert

Mobile Eggbert is the code name for the decompilation of the XAP file of Speedy Blupi (Phone) released in 2013 for the Windows Phone platform.

Mobile Eggbert was ported from XNA 4.0 to alternative implementations of the XNA Framework (MonoGame and FNA). Mobile Eggbert now runs on Windows, Linux and Android. But on Android it has still some issues.

Pixel

Pixel is a game framework written in the Java programming language and providing an interface, which must be implemented by backends.

JXNA

JXNA is a Java reimplementation of the XNA game framework running on top of Pixel game framework.

JDotNet

JDotNet is a Java partial reimplementation of .Net classes, enums and structs.

Screenshot of Speedy Blupi I