Open world Ascii based Python RPG | Python Curses

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • A game I've been working on for ages,. I keep changing it and adding different stuff to it. Will take a while to make.

ความคิดเห็น • 101

  • @Skycstls
    @Skycstls 2 ปีที่แล้ว +20

    Started using curses a few days ago and im having tons of fun with it just for ascii art, this is awesome man

  • @softvibes1602
    @softvibes1602 2 ปีที่แล้ว +7

    omg this is exactly what I was looking for. I am looking to make something similar and it was a lot of help to have something to draw inspiration from. Awesome, keep it up.

  • @kibble43
    @kibble43  ปีที่แล้ว +38

    I'll probably make a new video on this project soon. Sorry for the long wait

    • @zoltarr777
      @zoltarr777 ปีที่แล้ว +1

      Are you going to make a tutorial for something like this?? That would be awesome!

    • @Hazeyafk
      @Hazeyafk ปีที่แล้ว +5

      Feels like I’m waiting for GTA VI

    • @nerd6174
      @nerd6174 ปีที่แล้ว

      @@Hazeyafk lol yeah

    • @junitabebe4022
      @junitabebe4022 ปีที่แล้ว

      You should active a hunting mode, so that while you are walking around you can fight with enemy... Don't forget the system level and money too

    • @YeisenAchitel
      @YeisenAchitel 7 หลายเดือนก่อน

      code? i wanna play!!!

  • @andreiskorobogatov6541
    @andreiskorobogatov6541 2 ปีที่แล้ว +16

    Great! Are you planning to open a git repository with the code?

    • @awli8861
      @awli8861 ปีที่แล้ว

      prob not

  • @A3STH3T1CS
    @A3STH3T1CS ปีที่แล้ว +6

    This is brilliant, how's it going? You're still working on it? It looks awesome

  • @console_code_not_assembly
    @console_code_not_assembly 3 หลายเดือนก่อน

    how do you use the code to open the console in full screen? and what happens if you change its size (I’m also just making a console game in Python)

  • @jsmythib
    @jsmythib 8 หลายเดือนก่อน

    Alot of work for sure :) A little sad not to see a telnet option. You could jam this through a socket reasonably easily :)

  • @NotAFrog272
    @NotAFrog272 2 ปีที่แล้ว +1

    Do you have anywhere we could talk? I would like to start a game like this and your seems like perfect inspiration.

  • @corefrey
    @corefrey หลายเดือนก่อน

    Impressive

  • @MrSudoma
    @MrSudoma 6 หลายเดือนก่อน

    I am also working in a server/client. Would you mind sharing how the map is made and the char is moving? I cannot get it to work normal

  • @igorek6464
    @igorek6464 ปีที่แล้ว +1

    how did you made keyboard input in console?

    • @ldgaming4213
      @ldgaming4213 6 หลายเดือนก่อน

      Input function

  • @lopesz1855
    @lopesz1855 ปีที่แล้ว

    can you make a video showing how you did the map??

  • @thetersestorm3312
    @thetersestorm3312 ปีที่แล้ว

    How did you create the overworld map?

  • @_iloverussia
    @_iloverussia 8 หลายเดือนก่อน

    Which IDE do you use?

  • @ssr765
    @ssr765 ปีที่แล้ว

    so cool!

  • @griffinschreiber6867
    @griffinschreiber6867 10 หลายเดือนก่อน

    I got as far as doing ASCII erosion, moisture simulation with rain shadows, evaporation, home-brewed Multi-octave Perlin noise, biome lookup, and then I started on albedo and climate and went insane.
    Oh, and all that without random, the only library used being math.

  • @hawkbirdtree3660
    @hawkbirdtree3660 6 หลายเดือนก่อน

    ASMR RPG😂

  • @Leonidas-mx7lx
    @Leonidas-mx7lx 2 ปีที่แล้ว +1

    what's your keyboard?

    • @kibble43
      @kibble43  2 ปีที่แล้ว

      coolermaster

  • @duckyduckycubed
    @duckyduckycubed ปีที่แล้ว

    what font is this

    • @LambdaCreates
      @LambdaCreates ปีที่แล้ว

      I believe it's either Public Pixel or Press Start 2P. I am not sure, since they are very similar fonts.

  • @SD-the-big
    @SD-the-big ปีที่แล้ว

    u could all have done in with tkinter it is easier (u can do it in 1 mintue with tkinmter)

  • @blackmothgriefing9400
    @blackmothgriefing9400 2 ปีที่แล้ว +47

    That's beautiful, exactly what I was looking for, I'm currently working on a ASCII game but it's a shooter game. Let me know when it is playable, I would love to try it out I love ASCII games.

    • @kibble43
      @kibble43  2 ปีที่แล้ว +9

      thanks, good luck on your ascii game.

  • @jpmorgan187
    @jpmorgan187 ปีที่แล้ว +6

    those graphics are sick. you must have ray tracing on?

  • @pennti
    @pennti 8 วันที่ผ่านมา +1

    this is sick

  • @4rmy0
    @4rmy0 2 ปีที่แล้ว +7

    I would love to know how you made those borders. This looks really cool. Keep it up!

    • @kibble43
      @kibble43  2 ปีที่แล้ว +6

      I use the curses module, and I use the function curses.textpad.rectangle

  • @zhet
    @zhet 3 หลายเดือนก่อน +1

    666 Likes

  • @randomdude5967
    @randomdude5967 ปีที่แล้ว +4

    This looks awesome! I would love to see another update on it :)

  • @perpetualsystems
    @perpetualsystems 2 ปีที่แล้ว +3

    You will share the source code RIGHT now !!

  • @thenubmcpe
    @thenubmcpe ปีที่แล้ว +2

    Looks really cool! Did you make the code to generate the map or is it somewhere online? I would love to know how to get a good ASCII map like yours.

  • @SeriousFox
    @SeriousFox ปีที่แล้ว +1

    А как ты сделал генерацию карты? Что ты использовал для этого? Шум перлина? Как это реализовать в коде?
    Есть туториалы?

  • @shikanokonokokoshitantan
    @shikanokonokokoshitantan 23 วันที่ผ่านมา

    When will the source be available? Id love to tinker with this!

  • @ataerkyildirim1947
    @ataerkyildirim1947 ปีที่แล้ว +1

    Any update on this game? Love to work with curses. Do you have a github repo for this project, i would love to see the code for it.

  • @mirodlos-yt
    @mirodlos-yt 3 วันที่ผ่านมา

    how

  • @alexeykuz7411
    @alexeykuz7411 6 หลายเดือนก่อน

    i wish i could play it. Is there a download link?

  • @Sethanon3000
    @Sethanon3000 17 วันที่ผ่านมา

    Okay this is fucking sick.

  • @lestertse9845
    @lestertse9845 ปีที่แล้ว +1

    how did u make the map and the camera tracing?

  • @ClassyBaxy
    @ClassyBaxy 5 หลายเดือนก่อน

    dont be scared drop a download we all wanna play

  • @caramel2288
    @caramel2288 4 หลายเดือนก่อน

    What is the name of the library?

  • @vaiterius
    @vaiterius ปีที่แล้ว +2

    The UI is really nice!

  • @zomorodabakhit1703
    @zomorodabakhit1703 หลายเดือนก่อน

    How do you get the fonts?

  • @christianbertocchi
    @christianbertocchi 8 หลายเดือนก่อน

    pls i want this game so much

  • @9SoITzjzL4ZsP0H7yLy7Tc
    @9SoITzjzL4ZsP0H7yLy7Tc หลายเดือนก่อน

    Where are u?

  • @MrSudoma
    @MrSudoma 6 หลายเดือนก่อน

    Please share the code ❤

  • @elementalarcano
    @elementalarcano 6 หลายเดือนก่อน

    For mobile?...

  • @cookie73299
    @cookie73299 9 หลายเดือนก่อน

    Make a tutorial!

  • @tasty4644
    @tasty4644 6 หลายเดือนก่อน

    Doope

  • @christopherchilton-smith6482
    @christopherchilton-smith6482 ปีที่แล้ว +1

    Love what i'm seeing, i've been trying to understand map generation for an embarrasing amount of time. Like I can hand craft a map and populate it by hand, but trying to generate a system of maps to travel between is mind numbingly hard for me. Can't wait to play your game :)

    • @thetersestorm3312
      @thetersestorm3312 ปีที่แล้ว

      th-cam.com/video/YS-5ezQPWuU/w-d-xo.html this video helped me understand how to do it in python, and it's easily done in other languages too and can be improved to meet your specifications

  • @Shtakelberg
    @Shtakelberg ปีที่แล้ว

    How is the generation realized? I really need this. I'm making a console game with randomized terrain generation.

  • @oxotnak
    @oxotnak ปีที่แล้ว +1

    Hope I'll be able to try it

    • @PAFBEAST
      @PAFBEAST 5 หลายเดือนก่อน

      Us

  • @diejuse
    @diejuse 11 หลายเดือนก่อน

    Parece que te estancaste Luis. A mi me pasa lo mismo, me quedo en el movimiento del jugador y alguna cosa más pero lo más complicado es darle la trama a las cosas. Mucho trabajo,

  • @Adamskade
    @Adamskade 8 หลายเดือนก่อน

    I have a question. How do you make the collisions of the player? Btw the game looks cool and by any chance please reply with the code thanks!

  • @Kalks95
    @Kalks95 7 หลายเดือนก่อน

    Hi man, this project is incredbile. Do you have a tutorial on how to make something similar?

  • @rsavage-r2v
    @rsavage-r2v ปีที่แล้ว

    Looks awesome! I'm liking the look here. It's easy for ascii games to get too visually busy. The rock formations are generated by fractal noise? What kind of gameplay/combat/character mechanics are you thinking about?

  • @frrabelo
    @frrabelo ปีที่แล้ว

    The proposal is interesting! Watching this video I realize that finding the village is a difficulty for the player because there is no compass to guide the player in the mission.

  • @Mr_MaGoohoo
    @Mr_MaGoohoo 10 หลายเดือนก่อน

    That looks like something I would play.

  • @prakashstha2401
    @prakashstha2401 ปีที่แล้ว

    i coded some thing that can turn any text / ascii art into playable movement game with wasd.

  • @mofynn
    @mofynn ปีที่แล้ว

    I am fighting with Curses right now. A github would help me so much to figure out how to get map drawing to work!

  • @martinjanezic8504
    @martinjanezic8504 ปีที่แล้ว

    An amazing project. Fell in love with it as I saw the thumbnail. If there's a way you can share it that would be amazing!

  • @zoltarr777
    @zoltarr777 ปีที่แล้ว

    Are you going to make a tutorial video for how to make a game like this? Looks great!

  • @fykskyle5526
    @fykskyle5526 3 หลายเดือนก่อน

    Classically made 👍

  • @senior_Parmesan
    @senior_Parmesan 4 หลายเดือนก่อน

    It's great! This is the best python game I've ever seen!

  • @coding_guy
    @coding_guy ปีที่แล้ว

    what did you use to make this?

  • @johnbenjiesiena5909
    @johnbenjiesiena5909 7 หลายเดือนก่อน

    how you made that navigation ?

  • @Cannonsmack
    @Cannonsmack 7 หลายเดือนก่อน

    Looking forward to an update!!

  • @sambazeley5366
    @sambazeley5366 8 หลายเดือนก่อน

    what bro this is so fucking cool

  • @Swizzyreal
    @Swizzyreal ปีที่แล้ว

    Code? or game downloading link?

  • @Agarosfly
    @Agarosfly ปีที่แล้ว

    Are you still working on it?

  • @ZYGOOOOOOOOOOOOOOOOO
    @ZYGOOOOOOOOOOOOOOOOO 10 หลายเดือนก่อน

    Luis debes seguir con esto enserio es buenisimo

  • @AA-10n
    @AA-10n ปีที่แล้ว

    Thats cool man, i would play it

  • @astonious
    @astonious 2 ปีที่แล้ว

    make download link for all to play

  • @carridgedae6551
    @carridgedae6551 ปีที่แล้ว

    How to play this?

  • @cozmo_didi
    @cozmo_didi ปีที่แล้ว

    Youre a god

  • @knut-olaihelgesen3608
    @knut-olaihelgesen3608 ปีที่แล้ว

    Source code?

  • @bobwicker5578
    @bobwicker5578 ปีที่แล้ว

    really cool project cant wait for it to be done

  • @lesiostasio2542
    @lesiostasio2542 ปีที่แล้ว

    Absolutely amazing

  • @astonious
    @astonious ปีที่แล้ว

    please

  • @kosmonautofficial296
    @kosmonautofficial296 2 ปีที่แล้ว

    wow that's awesome

  • @mangouste3993
    @mangouste3993 ปีที่แล้ว

    cool

  • @zxoak3732
    @zxoak3732 2 ปีที่แล้ว

    impressive

  • @delicious_seabass
    @delicious_seabass ปีที่แล้ว +2

    As soon as I saw the gender menu, I knew it was going to be good.

    • @PAFBEAST
      @PAFBEAST 5 หลายเดือนก่อน

      😂

  • @daddybeast69420
    @daddybeast69420 ปีที่แล้ว

    Still waiting for this game!

  • @spankmeflanders1466
    @spankmeflanders1466 ปีที่แล้ว

    is this in the terminal?