Command Prompt Mouse!

preview_player
Показать описание
Just a quick update to the "olcConsoleGameEngine.h" file to add mouse support. This opens up many interesting possibilities...

Рекомендации по теме
Комментарии
Автор

Hey all. I've been called away from my PC when this video comes out. I'll update the github repo on 30th August 10pm

javidx
Автор

STARCRAFT IN THE CONSOLE! You make awesome content, keep it up! I bet you'll hit 100k+ subscribers in due time.

johndebord
Автор

I love how much you can do using only the terminal...

now I just gotta translate your framework to work with linux, using minimal amount of libraries possible (I'm not aware of anything comparable to windows.h)...

jan_harald
Автор

hey, I am able to get the main mouse button working, but the other keys won't. any clue why?

GTexperience_Channel
Автор

Excellent video, I'm still not up to snuff yet, but intend to get into some of the console stuff as soon as I have less gaps in my knowledge. It is already starting to sound less alien :)

I was contemplating making a few suggestions for projects like Asteroids, Sudoku or Flax style, but I'm happy to wait for a full console based C&C game.
Ready in a week right? Haha.
Nice work :)

kepeb
Автор

I need help, I copied your code into the Studio and it days it skips the #includes, HELP PLEASE.

mushroom
Автор

Can I ask a q? Where are you getting your info on win32 console control from? I've look for ages for good material... Usually it's incomplete... What your source(s) thanks.

jonathanmoore
Автор

I'd say it's misleading, except it's not...ugh...
up until the actual demonstration I thought it was something else...
glad I watched 'till the end before commenting

jan_harald
Автор

Hello, practical part of your tutorials is most interesting thing. But as in this video, we dont have complete source code.
Most interesting thing was creating men on screen(with hp line), selecting them, and order to march them through the screen on other side.
It would be nice to have them in MouseTest.cpp on GitHub in "video" part of olcConsoleGameEngine.
I know it trivial for you to create, but almost impossible for us.

I say this because even typing StarField.cpp(which is not on GitHub) worked after alot of debugging
(not your fault) and gave big frustration.
TY for that example I undrestood sin, cos, tan completely - using

makerofstartup