AstonJ
Inspired by bulletz.io (built by @LukeWood) and the recent Phoenix Phrenzy winners! I thought it might be cool to see what other games are out there that were built using Elixir or Phoenix!
Do you know of any? Do have any favourites? ![]()
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
Chat & Discussions>Discussions
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #ai
- #graphql
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
Who was playing Bulletz.io just now? That was FUN! Even if I couldn’t work out how to change direction of fire!!
(Edit: the mouse/trackpad seemed to do the trick
)
LukeWood
Thanks for the support
Bulletz is still in a relatively early stage and I’m definitely still shaping the experience up.
It’s been a huge journey making a game from scratch in elixir! Any feedback would be greatly appreciated!
I’ve thought of writing a full fledged framework specifically for web based games in elixir but have ultimately punted it off for the time being.
AstonJ
You should start a thread about it in our #your-libraries-projects:projects section (or just post info in here if you prefer)
How long did it take? What stack are you using? It’s really fun!
With regards to the game itself I’d love for it to be a little faster (maybe 2x the speed) and perhaps whenever you encounter some kind of event there is a flash message telling you what happened/what it means etc - though maybe on a ‘training’ level. It would also be cool to know when a human player is in the game (maybe force all humans to type their name in?) …don’t know why but it’s more fun killing real players

A framework for building web games in Elixir would be SO cool!!! Do it!

Rainer
Unfortunately for me bulletz is only showing “loading…”
I’d really like to try a combination of liveview and WebGL(threejs), if only I had time…
AstonJ
Try again it’s working here @Rainer
Cochonours
I had to allow firestore.googleapis.com XHR requests for the loading to pass. The game is sluggish most of the time on my computer / firefox..
AstonJ
My iPhone froze otherwise I could have got an even higher score
Great game @LukeWood!
LukeWood
I just used phoenix websockets for the frontend/backend communication and then the frontend is written in rxjs. If I could go back in time I think I’d do the same thing for the backend (it’s a Genserver per player, genserver per bullet, etc) but on the frontend I’d probably use the phaser game engine.
Good idea on indicating who is a player and who is a bit - I’ll open a bug for it!!!
LukeWood
Are firestore xhrs typically disabled in some setup I am not aware of?
And yeah it can get a bit clunky right now due to a lack of any webgl use- all raw JS.
LukeWood
Thanks Aston- saw your highscores that’s awesome.
I need to implement some error handling as I’ve noticed that there are occasional freezes.