From eeec83673aeed68a163c3a8910ad4449bc913e43 Mon Sep 17 00:00:00 2001 From: Zelo101 Date: Tue, 20 Jan 2026 13:04:24 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d42a28..fccaa43 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # HTML5b -An HTML5 port of Cary Huang's flash game [BFDIA 5b](http://bfdi.tv/5b/) using only pureJS and HTML5. Everything relating to the gameplay has been implemented and the level creator has had all its major functionalities implemented. Once all the minor fixes are implemented; I will move on to adding the 5b level sharing platform called "Explore". -A lot of the code in here I didn't write. Since actionscript is so similar to javascript; a lot of the code was just copy-pasted from the decompiled swf with some minor reformatting. \ No newline at end of file +An HTML5 port of Cary Huang's flash game [BFDIA 5b](http://bfdi.tv/5b/) using only pureJS and HTML5. All gameplay, level creator, and explore features have been fully implemented. + +A lot of the code in here I didn't write. Since actionscript is so similar to javascript; a lot of the code was just copy-pasted from the decompiled swf with some minor reformatting.