I built a game with Vite

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • phaser3-rollup-typescript

    Phaser 3 TypeScript Starter

  • Last year I tried to use Rollup, Phaser, and TypeScript based on an existing template. When I tried to npm install an audio library (Howler) - it broke in such a way that I needed to debug a convoluted asset build configuration. I couldn't figure out how to fix it. In the end I decided to ditch the build system entirely and go pure JavaScript.

  • ld48

    https://ldjam.com/events/ludum-dare/48 (by ubershmekel)

  • The inlining of assets into URL encoding that Vite does was incompatible with Phaser. Luckily the relevant Vite docs popped up when I searched for the issue. After a small config change of assetsInlineLimit to zero, I was on my way.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vite-phaser-ts-starter

    This is an example project with a game menu. Built using Vite, Phaser, and TypeScript.

  • The game is pretty simple, you can play "Where is Bob" if you like. I also made a vite-phaser-typescript template if you'd like to start such a project from scratch. The main goal of this post if to just say thank you to @yyx990803 and the Vite team for such a smooth build system that mostly just worked.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Vite vs Rollup for Phaser 3

    1 project | /r/phaser | 4 Apr 2023
  • Intellisense for vscode?

    1 project | /r/phaser | 17 Jan 2023
  • Phaser 3 / Typescript / Rollup Template dev server loading times

    3 projects | /r/phaser | 18 Jun 2021
  • Show HN: Pong Game

    1 project | news.ycombinator.com | 26 Feb 2024
  • Show HN: Open-Source Pong Game

    2 projects | news.ycombinator.com | 12 Feb 2024