Slicks Posted April 22, 2018 Share Posted April 22, 2018 Drift Racing! Practice drifting, or go racing against other real people. I'm still developing the game (using GWT and WebGL4J). Any feedback would be greatly appreciated. Still to come is a track editor, and creating teams to go drift racing together. PLAY HERE >>> https://drift.team/ Happy drifting! Quote Link to comment Share on other sites More sharing options...
Marius Posted April 22, 2018 Share Posted April 22, 2018 are the other players real or bots/IA ? Quote Link to comment Share on other sites More sharing options...
Slicks Posted April 22, 2018 Author Share Posted April 22, 2018 9 hours ago, Marius said: are the other players real or bots/IA ? They are replays of real people. Once you race, your replay is saved, and the next person will be racing against you. Once a few people race the same track, then the replays are reset, and the process starts over again (the first driver to race, gets a ghost replay car to race against). However, some tracks have traffic (which is bot/IA). Like this one: If there is a name below the car, then it is a replay of a real person, otherwise, it's traffic. Also, if you hit traffic, then both cars are affected by the collision. However, if you hit another person, because it's a replay, only your car will be affected by the collision, so you will come off worse. So, avoid hitting other players. Quote Link to comment Share on other sites More sharing options...
Marius Posted April 23, 2018 Share Posted April 23, 2018 yes. I noted. But... Can I play also against my friends in real time? Quote Link to comment Share on other sites More sharing options...
Slicks Posted April 23, 2018 Author Share Posted April 23, 2018 42 minutes ago, Marius said: yes. I noted. But... Can I play also against my friends in real time? No, not at the moment. I've deployed the game on Google App Engine which doesn't natively support opening web sockets. So, there would be a fair bit of work to get that going. Quote Link to comment Share on other sites More sharing options...
mehmetegemen Posted April 23, 2018 Share Posted April 23, 2018 23 minutes ago, Slicks said: No, not at the moment. I've deployed the game on Google App Engine which doesn't natively support opening web sockets. So, there would be a fair bit of work to get that going. you should work on that. Quote Link to comment Share on other sites More sharing options...
Slicks Posted December 12, 2018 Author Share Posted December 12, 2018 On 4/23/2018 at 5:02 PM, Marius said: yes. I noted. But... Can I play also against my friends in real time? You now can! ...sort of. ? I've added private friend races. It's still turn by turn racing, however, you can see when your friend is racing, and you can race right after they have finished their race. I know it isn't what you were after, but it's a start. ? Demo video: Have fun drifting with you friends! https://drift.team/?p=friendrace Quote Link to comment Share on other sites More sharing options...
Slicks Posted January 20, 2019 Author Share Posted January 20, 2019 Ghost races are now done. Tracks that have close racing now have opponents as ghosts cars. So you can focus on drifting, and not worry about crashing. Happy drifting everyone! https://drift.team/ Quote Link to comment Share on other sites More sharing options...
mattstyles Posted January 22, 2019 Share Posted January 22, 2019 That was great, I really enjoyed this game. I did, however, have a few places where I seemed to crash but I wasn't anywhere near an obstacle or car. The first practise one (chase?) had a few places where I'd crash for no obvious reason. Slicks 1 Quote Link to comment Share on other sites More sharing options...
Slicks Posted January 22, 2019 Author Share Posted January 22, 2019 On 1/22/2019 at 8:45 PM, mattstyles said: That was great, I really enjoyed this game. I did, however, have a few places where I seemed to crash but I wasn't anywhere near an obstacle or car. The first practise one (chase?) had a few places where I'd crash for no obvious reason. Hi Mattstyles, Glad to hear you enjoyed it! What's your race name? I record every race, so hopefully I'll be able to debug what's going on. Or, if you go to your profile Settings -> Profile, you can see your last few races, can you put the URL of the race that had a problem. Thanks! EDIT: Never mind, I found you. "The Beast" https://drift.team/?p=user&id=5678400924549120 ? I see the weirdness. You're right, it looks like your car is hitting something, but there is nothing there. Very strange. Time to start debugging. EDIT 2: Found the bug. The traffic cars have gone invisible. Woops! Fix coming soon. EDIT 3: All fixed. When I made changes to render ghost cars, I messed up the rendering of the traffic cars. Traffic cars are now back! You can now see them hitting you and spinning you out https://drift.team/?p=replay&id=5637840645914624 Sorry about that, and thanks for noticing the bug! I really should do more testing. ? Quote Link to comment Share on other sites More sharing options...
mattstyles Posted January 23, 2019 Share Posted January 23, 2019 Ha ha, that is awesome @Slicks, great work on finding and fixing so quick. 10/10 will race again! (just as well you found it, I couldn't remember at all what I put in as a name!) Slicks 1 Quote Link to comment Share on other sites More sharing options...
ShrewdPixel Posted January 28, 2019 Share Posted January 28, 2019 Tested with Chrome on MacOS Mojave. Good game that seems overall well put together with solid performance. The controls were rather challenging, but that seems to be the idea. As you are still building it and adding more I'll definitely check back. Good Luck! Slicks 1 Quote Link to comment Share on other sites More sharing options...
Slicks Posted April 25, 2019 Author Share Posted April 25, 2019 To help the beginner drifters out there, I've added spin control, and auto braking. These can be turned on/off in game: The spin control will detect if your drift is about to get out of control, and will steer into the drift for you. The auto brake will detect if you are about to head off the track, and will apply the brakes for you. I've tried to make them not too aggressive, so there is still skill involved in drifting the car. Please let me know if you like them or not. Happy drifting! ? https://drift.team/ Quote Link to comment Share on other sites More sharing options...
RagingPixel Posted May 3, 2019 Share Posted May 3, 2019 It's great game, can't wait to see multiplayer mode. How much time did you invest in this one? Quote Link to comment Share on other sites More sharing options...
Slicks Posted May 4, 2019 Author Share Posted May 4, 2019 8 hours ago, RagingPixel said: It's great game, can't wait to see multiplayer mode. How much time did you invest in this one? Thanks! I've been working on it in my spare time for about 3 years. I'd estimate I've spent about 600 hours on it (about 4 months full time). The track editor is taking waaay more time then I expected, and it's still not finished! I'm really hoping Google App Engine Standard supports websockets soon. Then real time multiplayer will be easy to implement. Otherwise, I'd need to switch over to their flexible environment, and do all the Docker packaging, and boring stuff like that. Quote Link to comment Share on other sites More sharing options...
Slicks Posted February 22, 2020 Author Share Posted February 22, 2020 The track editor is finally done! It took a lot of coding, so hopefully not too many bugs. ? And there's a new single race mode where you race other peoples tracks. Looking forward to seeing what tracks people make! ? https://drift.team/ Quote Link to comment Share on other sites More sharing options...
Slicks Posted March 4, 2020 Author Share Posted March 4, 2020 (edited) And now there's an Android app https://play.google.com/store/apps/details?id=team.drift Spoiler alert... It's just a Trusted Web App (TWA). Ie: It's just the web game, inside an app. Edited March 4, 2020 by Slicks Quote Link to comment Share on other sites More sharing options...
Slicks Posted May 11, 2020 Author Share Posted May 11, 2020 Twisted tracks will now untwist as you drive them. Feel free to create your tracks as twisted up as you like! ?️? https://drift.team/ Quote Link to comment Share on other sites More sharing options...
Slicks Posted June 9, 2020 Author Share Posted June 9, 2020 Each track you create now has its own high score table. See who the best drivers are on your tracks. You can even watch their replays! Quote Link to comment Share on other sites More sharing options...
Slicks Posted October 10, 2020 Author Share Posted October 10, 2020 Lots of new updates: Track editor improvements. Friend chat. Favourite tracks. Top time notifications. VIP benefits. And people have been making some crazy tracks! Drift an X Wing through the Death Star: https://drift.team/?p=race&u=5758066595201024&t=5331767496015872 Drift the Space Shuttle: https://drift.team/?p=race&u=5758066595201024&t=5183788189483008 Monster trucks: https://drift.team/?p=race&u=5758066595201024&t=4650040658231296 Go karts: https://drift.team/?p=race&u=5758066595201024&t=5640694393733120 Rally of Sweden: https://drift.team/?p=race&u=5758066595201024&t=4974901733621760 Monza, Italy F1: https://drift.team/?p=race&u=5758066595201024&t=5676283700707328 There's now been over 500 tracks created! Check it out: https://drift.team/ Completely free. Mobile friendly. Totally HTML5. ? Quote Link to comment Share on other sites More sharing options...
Slicks Posted October 18, 2020 Author Share Posted October 18, 2020 And now you can connect a Gamepad or Joystick. Or even a steering wheel and pedals! ? https://drift.team/ Quote Link to comment Share on other sites More sharing options...
Slicks Posted July 6, 2021 Author Share Posted July 6, 2021 (edited) There's been a lot of updates to the game. There are now over 800 cars, and over 3000 tracks. And I made a promo video. ? Still free to play, however, I've now added ads. https://drift.team/ Edited July 6, 2021 by Slicks Quote Link to comment Share on other sites More sharing options...
Slicks Posted September 9, 2021 Author Share Posted September 9, 2021 And now you can add weather to your tracks! Rain, snow, and fog! Also added the stats to the homepage: https://drift.team/ Quote Link to comment Share on other sites More sharing options...
freddyInKorea Posted September 9, 2021 Share Posted September 9, 2021 this is a great project well done! Slicks 1 Quote Link to comment Share on other sites More sharing options...
Slicks Posted March 23, 2022 Author Share Posted March 23, 2022 (edited) Thanks Freddy. New update: You can now race as the police! ? https://drift.team/ Edited March 23, 2022 by Slicks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.