官术网_书友最值得收藏!

Compiling collider.html

The command we use to compile our collider.html file is similar to our compile command in the last chapter. We will need to add a new collider.cpp file into the command line, but other than that it should be the same. Here is the command you use to compile collider.html:

em++ main.cpp collider.cpp ship.cpp enemy_ship.cpp player_ship.cpp projectile.cpp projectile_pool.cpp -std=c++17 --preload-file sprites -s USE_WEBGL2=1 -s USE_SDL=2 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS=["png"] -o collider.html

Now that we have collider.html compiled, we can serve it from our web server of choice, or run it with emrun, and load it into a web browser. Here is what it looks like:

The enemy spaceship explodes when hit by a projectile
Please remember that you must run WebAssembly apps using a web server, or with emrun.  If you would like to run your WebAssembly app using emrun, you must compile it with the  --emrun  flag.  The web browser requires a web server to stream the WebAssembly module.  If you attempt to open an HTML page that uses WebAssembly in a browser directly from your hard drive, that WebAssembly module will not load.

I did not take a screenshot of the entire browser as I have in previous screenshots of the game because I wanted to zoom in on the player ship destroying the enemy ship. As you can see, we now have colliders that can detect when a projectile collides with a spaceship and can destroy that spaceship when the collision happens by running an explosion animation.

主站蜘蛛池模板: 连城县| 蕲春县| 贵定县| 南雄市| 普定县| 建平县| 黄冈市| 胶南市| 鹿邑县| 邹城市| 北海市| 凤台县| 桐庐县| 溧水县| 神池县| 无为县| 芜湖县| 社会| 咸丰县| 大新县| 辽阳市| 房山区| 双柏县| 竹山县| 班玛县| 隆安县| 宁武县| 望城县| 新源县| 柳州市| 永修县| 河津市| 德州市| 翼城县| 韶山市| 额尔古纳市| 平遥县| 西林县| 乌鲁木齐县| 社会| 安阳市|