Skip to content

AMBULATUR/TextQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextQuest

https://www.dropbox.com/sh/uw84i7phq9d6ayp/AADO_kgEQ7n5p4qIYb7TuE5ma?dl=0 - Папку закинуть в корень диска D

Intro Profit [YRELIS]

/void intro(RenderWindow & window, Vector2u sz) { sf::RenderWindow (sf::VideoMode(640, 480), "sfeMovie Player"); sfe::Movie movie; // Open movie file for reading if (!movie.openFromFile("movie/ee.mp4")) // Scale the movie drawable to fit the window and start the playback movie.resizeToFrame(0, 0, 640, 480); movie.play(); while (window.isOpen()) { sf::Event ev; while (window.pollEvent(ev)) { if (ev.type == sf::Event::Closed) window.close(); } window.clear(); // Render the movie, the images and sound are updated in the background window.draw(movie); window.display(); } GameProcess(window, sz); }/

Сценарий

https://docs.google.com/document/d/1IYN8b1lDLbnpBKY1xFyTW36zPUx5vft254d_WjIW7Ms/edit

ТЗ

https://docs.google.com/document/d/1OpSqhIBO92MsrzHS0ZS9sA8uvr1GdXbTcxsqfEbe8j0/edit

Trello

https://trello.com/b/5ECyrk2b/textquest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages