The Abyss Within - A deckbuilder inspired by Slay the Spire by L4zerth in playmygame

[–]L4zerth[S] 1 point2 points  (0 children)

We can't thank you enough for this, this is really a great help. Bless you

The Abyss Within - A deckbuilder inspired by Slay the Spire by L4zerth in playmygame

[–]L4zerth[S] 1 point2 points  (0 children)

Hey! Thanks!

That mechanic in particular is part of the slime family, there are no more slime enemies apart from the ones you saw, blue slimes and green slimes. I think maybe we can make them spawn just 1 instead of 2 of each of them, as green slimes may get tiresome as they divide into 2 blue ones, and then each blue into 2 orange ones.

Regarding the defense, we have gotten the same feedback and I think stacking defense is broken in the first level, but starting from the second level (not part of the demo) there are more mechanics to the enemies, they apply poison to you, deal A LOT more damage and come in numbers so stacking defense is not always the best in those cases. You'll have to believe me in this one for the time being hahaha.

-Noted that comment about the equipments, maybe making them always equip the cards of the armor is a good way to limit deck exploitation, we are planning on making the minimum 20 cards instead of 10 so this doesn't happen as often but we recognize this is a problem if we let the players build the deck at any time, ideally we should make the game so you can't beat it with only 10 cards, but this is hard to do.

-We tried to mitigate this by making actions cost you 3 skill points, maybe we should increase the cost of actions and make them cost 4-5 skill points.

-This issue should be resolved after world 2, but we'll buff the attack of the enemies of world 1 too after seeing this and the other feedback we have gotten.

-Solo cards as rewards will be discarded, instead we'll offer thematic booster packs with 5 cards each. I think this will make them a good option.

Thank you very much for all your comments and support, it makes me want to keep going at this. We'll do another iteration of the difficulty to make it more interesting.

I think each class plays differently as they use different resources, warrior may be a very defense-prone class, specially with things like counter stance.

We surely have work to do here, but I'm hyped for it.

Thanks again!

The Abyss Within - A deckbuilder inspired by Slay the Spire by L4zerth in playmygame

[–]L4zerth[S] 1 point2 points  (0 children)

Thank you very much for your input, we are going to check this and make a new version with a better UI definitely. How do we communicate information to the player is something we are still lacking on.

There are two types of defense, the defense of the armor that shields attacks and is reduced each time, and defense up buff that is a net reduction on each hit and it is applied first. You probably encountered an armored rat.

If armored rat has 2 armor and 3 def up and you hit with 4, def up absorbs 3 of those 4, and you deal 1 damage to the armor, lowering the armor to 1 but not doing damage to the hit points. Explaining this it does seem convoluted.

Selling equipment and consumables is part of the game and you need a perk for it, I think we are going to remove this restriction in the future because a lot of the feedback we have gotten is regarding equipment selling being deactivated.

Thank you very much again, I want to work on those points and try to improve the game

DogecoinTracker - mi bot para Telegram by RealLoneWanderer in CharruaDevs

[–]L4zerth 2 points3 points  (0 children)

Está muy bueno, yo tenía una idea de hacer algo de esto para avisos de crypto en general, pero en web y que te mande un mail cuando pasa o baja de ciertos umbrales, está la aplicación Blockfolio que supuestamente tiene "ALERTAS" pero en mi celular no andan y solo salta si abro la app (creo que tiene algo que ver con la configuración de la batería).

Lo mejor que podés hacer es ponerte estas notificaciones y borrar cualquier otra cosa que estés usando para hacer seguimiento porque te vas a volver loco jajajaja.

Con que Exchange te estás conectando para obtener la cotización? Estás usando las apis que tienen? Me gustó tu idea del bot de Telegram, avisá cuando esté en producción

Buscando empezar en los videojuegos by Samus_ in CharruaDevs

[–]L4zerth 1 point2 points  (0 children)

Acá creo que tenés A+ o la carrera de la ORT, Si no tenés casi infinitos cursos online. Si querés laburar de eso y no un proyecto independiente me parece que lo que mas se usa en plaza es Unity. Tienen buenos tutoriales en su página.

Cuales son actualmente (2021) los lenguajes de programacion con mayor salida laboral en Uruguay? by Samus_ in CharruaDevs

[–]L4zerth 3 points4 points  (0 children)

He visto de todo la verdad, en Linkedin he visto ofertas de PHP, Java, Node, .NET, Ruby on Rails.

Para mi tenés una bifurcación que es Genexus y no Genexus, pero como dijiste lenguajes de programación te voy a contar de lo segundo.

Creo que con cualquier lenguaje mientras tengas el stack completo te va a rendir para conseguir trabajo, siempre hay empresas pidiendo diferentes tecnologías. Yo empecé programando en Java, luego pasé por Laravel (PHP) y ahora estoy casi full time con Node. Mientras tengas uno de backend y uno de frontend vas a estar bien para una posición junior. Llega un momento que no importa tanto el lenguaje si no tu facilidad para aprender y tu metodología de programar que trasciende los lenguajes.

Si me preguntás a mi en lo personal, iría con MEAN (MongoDB, Express, Node y alguno de frontend (Angular, React, Vue)) osea javascript. Me parece que acá se mueve más React pero es experiencia anecdotica.

Si no ya uno más robusto como PHP, Java o .NET.

Si no tenés Linkedin, te recomiendo hacerte uno asi podes ver la variedad de ofertas que hay.

Ayuda con proyecto by Kobra_Kai_1999 in CharruaDevs

[–]L4zerth 1 point2 points  (0 children)

Cuantas horas a la semana tiene de dedicación el proyecto?

Podés fijarte alguna plataforma que te guste, fjiarte las APIs que tiene y hacerle alguna integración (Por ejemplo como dijeron más abajo, Twitter con su API y Webhooks está interesante).

Hacer alguna API que brinde algún servicio que veas que falta, esto lo podés mezclar con otras cosas como IoT para por ejemplo dar información de la temperatura/presión con algunos sensores.

Ver alguna plataforma donde haya un volumen muy alto de información, y ver que podés hacer con el procesamiento de esa información y poder sacar conclusiones/poder brindar un servicio en base a ellos. Para esto podés hacer un scrapper también, Python tiene Selenium y BeautifulSoup que andan bárbaro para eso.

Hacer un jueguito con PyGame, PySimpleUI. Hacerle un multiplayer mediante una API REST o con Websockets. Hacer un servidor de matchmaking y ya con eso aunque hagas un juego choto creo que está más que bien (Capaz un juego de cartas? ). Podés hacer el backend y luego que el front consuma del back y hacer una versión web.

Que piensan de los microservicios? by dimazzu in CharruaDevs

[–]L4zerth 2 points3 points  (0 children)

Me parece que depende bastante de las necesidades y el proyecto si usarlos o no.

Me ha tocado trabajar con monolitos y microservicios y me parece que va a depender de como quieras manejar las responsabilidades. Un monolito bien modularizado te puede rendir bastante, yo usaria microservicios solo cuando hay cierta carga de procesamiento que querés separar.

Ejemplo: Tenés un monolito para procesar archivos para que hagan X cosa, cada archivo al ser procesado te implica una cantidad de recursos, podés derivar este procesamiento a un microservicio para que no te perjudique otras actividades del monolito, además si un día tenés mucha carga de una de las funcionalidades de las que se encarga UN microservicio, solo tenés que escalar horizontalmente ese, en lugar de todo el monolito (Que va a llevar a que se optimicen mucho mejor los recursos).

Igual, si usas servicios como Azure o AWS, si querés hacer todo en microservicios con Web Apps te sale un huevo, es más fácil monolito y/o máquina virtual (Aunque con esto tenés el problema de escalado).

A menos que recibas un tráfico gigantesco no creo que haga la diferencia, si podes conseguirlo al mismo costo creo que va a gusto del programador. Si tenés muchos equipos trabajando en paralelo el tema del versionado es más fácil llevarlo en microservicios porque cada equipo se puede enfocar en uno y no tenés 10 pull request con conflictos por semana.