Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,3 +35,12 @@ st.write("- Python is used as the primary scripting language for game developmen
|
|
35 |
st.write("- Python scripts are used to create units, scenarios, and campaigns.")
|
36 |
st.write("- Python is used to control gameplay mechanics, such as unit movement and combat, and to manage game data, such as maps and player profiles.")
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
st.write("- Python scripts are used to create units, scenarios, and campaigns.")
|
36 |
st.write("- Python is used to control gameplay mechanics, such as unit movement and combat, and to manage game data, such as maps and player profiles.")
|
37 |
|
38 |
+
st.header("Top 10 JavaScript Libraries for Web Game Development")
|
39 |
+
st.write("๐น๏ธ Phaser: A popular open-source game framework for building HTML5 games. It has a large community of developers and offers features like physics, animations, and sound.")
|
40 |
+
st.write("๐ Three.js: A JavaScript library that makes it easy to create and display 3D graphics on the web. It is commonly used for creating 3D games.")
|
41 |
+
st.write("๐จ Pixi.js: A 2D rendering engine for the web that makes it easy to create fast and responsive graphics. It is used in a variety of web games and interactive applications.")
|
42 |
+
st.write("๐ Babylon.js: A powerful 3D game engine that is designed to make it easy to create complex 3D games in the browser. It offers features like physics, lighting, and animation.")
|
43 |
+
st.write("๐ฎ CreateJS: A suite of JavaScript libraries that includes EaselJS for creating 2D graphics, TweenJS for creating animations, and SoundJS for playing audio. It is often used for creating web-based games.")
|
44 |
+
st.write("๐น๏ธ PlayCanvas: A powerful WebGL game engine that makes it easy to create 3D games that run in the browser. It offers features like physics, networking, and sound.")
|
45 |
+
st.write("๐ฏ MelonJS: A lightweight JavaScript game engine that is designed to make it easy to create 2D games for the web. It offers features like physics, tile maps, and animation.")
|
46 |
+
st.write("๐ ImpactJS: A JavaScript game engine that is designed to make it easy to create 2D games for the web. It offers features like physics,
|