Jump to content
View in the app

A better way to browse. Learn more.

ClassiCube Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

lukeacat

Glod Menbie
  • Joined

  • Last visited

Everything posted by lukeacat

  1. i reccomend making a classicube server using ZERO ai to start off, in a easier language to comperehend than C++, something like Python, JS, et cetera. i've made several classicube servers over the years, about 5 to 6 years ago I made cla55ic, which was a extremely simple classicube server that supported creating worlds, and that's about it about 3-4 years ago I made cla66ic which was a way more complicated and convoluted server I wrote using Deno and writing the whole protocol myself. now I'm working on Classi, which is a even more complicated and more convoluted general purpose server. it'll be used as a replacement for MCGalaxy on the cope's City server and currently runs the cope's Freebuild server. for example, you mentioned psudeoinfnite worlds, i wouldn't reccomend working on that at all to start off. try to limit your AI usage to as much as you can, ask it only questions that you'd ask google. don't just say "Fix my code why not work", ask for example "It seems like <this line> is returning false, why is this happening? Inspect my codebase". actually debug and figure out what you're writing. you should actually be working on: 1. Moderation of any kind 2. Plugins in a language of your choice (Lua, Python, et cetera) 3. BlockDB 4. High performance database for users, user bans and whatnot else you need to store. working on features that are extremely complicated like that will lead to you asking everything about the topic to AI, and in turn learning nothing yourself
  2. mattbatwings is a great resource, he has loads of tutorials and displays and more some videos: https://www.youtube.com/watch?v=hAZEXqWLTmY he also has his Introduction to Computing series which i watched a year or so back, learnt how to make pong from scratch was pretty fun https://www.youtube.com/watch?v=osFa7nwHHz4
  3. actually a pretty cool project! get rid of the AI slop in the readme, maybe default to english commit names if you're aiming for your project to reach more people, otherwise this looks really nice!
  4. working on a actual real go server software, and then i see this absolutly digusting code 😢 func sendSetTexturePack(conn net.Conn, textureURL string) { pkt := make([]byte, 65) pkt[0] = 0x28 copy(pkt[1:65], padString(textureURL)) conn.Write(pkt) } geniounely what is the point of this?? this is a singular excerpt from your codebase (which is a single file by the way!), come on! func WriteSetMapEnvUrl(w io.Writer, url string) { w.Write([]byte{PacketSetMapEnvUrl}) WriteString(w, url, 64) } this is how a real person would write your code, consise and with lines of code that people can ACTUALLY READ instead of horrible ai slop you aren't going to learn any language by asking a ai to do it and not changing a single thing

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.