▲ | Show HN: LightCycle, a FOSS game in Rust based on Tron(github.com) | |||||||||||||
47 points by DavidCanHelp 4 days ago | 11 comments | ||||||||||||||
▲ | AnyTimeTraveler 4 days ago | parent | next [-] | |||||||||||||
This readme could really benefit from a screenshot. | ||||||||||||||
| ||||||||||||||
▲ | dfee 4 days ago | parent | prev | next [-] | |||||||||||||
Here's a recording of game play I made: https://imgur.com/Gy9mH57 Sorry if imgur sucks. I don't know a better option. | ||||||||||||||
▲ | DavidCanHelp 3 days ago | parent | prev | next [-] | |||||||||||||
Fixes Applied:
| ||||||||||||||
▲ | dvt 4 days ago | parent | prev | next [-] | |||||||||||||
Feels a bit more like Snake than Tron, but a very cool concept. Also quite impressed by the very readable 1000 lines of code. I've been writing a lot of Rust (various toy projects) for the past few years, but would love to do it for work at some point. | ||||||||||||||
| ||||||||||||||
▲ | nunobrito 4 days ago | parent | prev | next [-] | |||||||||||||
It was fun, on linux still had to install "sudo apt install libasound2-dev libudev-dev pkg-config build-essential" Did some more fixes and then it was running. The game looks really fun but the AI player is always losing by himself too quickly. | ||||||||||||||
▲ | sigma02 2 days ago | parent | prev | next [-] | |||||||||||||
Kudos, but.. I did something similar in 6502 assembly a long while back and it fit into less than a kilobyte of code.. | ||||||||||||||
▲ | avinassh 4 days ago | parent | prev | next [-] | |||||||||||||
This is cool! The code base is small to follow easily and also TIL ggez. In the single player mode, the computer is not so intelligent. So initially i just kept winning without understanding what was happening. | ||||||||||||||
▲ | ilaksh 4 days ago | parent | prev [-] | |||||||||||||
See also: |